mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Oct 23 11:05:02 UTC 2025
This commit is contained in:
parent
154ebc873d
commit
a763c0bf0a
189 changed files with 4294 additions and 712 deletions
|
|
@ -12,6 +12,19 @@ DESCRIPTION
|
|||
(BETA) This command lists either all models in Model Garden or all Hugging
|
||||
Face models supported by Model Garden.
|
||||
|
||||
EXAMPLES
|
||||
To list all models in Model Garden, run:
|
||||
|
||||
$ gcloud ai model-garden models list
|
||||
|
||||
To list Hugging Face models that can be deployed in Model Garden, run:
|
||||
|
||||
$ gcloud ai model-garden models list --can-deploy-hugging-face-models
|
||||
|
||||
To list models with gemma in their names, run:
|
||||
|
||||
$ gcloud ai model-garden models list --model-filter=gemma
|
||||
|
||||
Note: Since the number of Hugging Face models is large, the default limit
|
||||
is set to 500 with a page size of 100 when listing supported Hugging Face
|
||||
models. To override the limit or page size, specify the --limit or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue