mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Sep 4 11:11:30 UTC 2025
This commit is contained in:
parent
c0b004f719
commit
be3f81b90a
355 changed files with 10181 additions and 607 deletions
|
|
@ -17,4 +17,4 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List supported model servers for a given model.
|
||||
List benchmarks for a given model and model server.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud container ai profiles benchmarks list - list supported model servers
|
||||
for a given model
|
||||
gcloud container ai profiles benchmarks list - list benchmarks for a given
|
||||
model and model server
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container ai profiles benchmarks list --model=MODEL
|
||||
|
|
@ -11,7 +11,12 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
To get supported models, run gcloud container ai profiles models list.
|
||||
This command lists all benchmarking data for a given model and model
|
||||
server. By default, the benchmarks are displayed in a CSV format.
|
||||
|
||||
For examples of visualizing the benchmarking data, see the accompanying
|
||||
Colab notebook:
|
||||
https://colab.research.google.com/github/GoogleCloudPlatform/kubernetes-engine-samples/blob/main/ai-ml/notebooks/giq_visualizations.ipynb
|
||||
|
||||
REQUIRED FLAGS
|
||||
--model=MODEL
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@ DESCRIPTION
|
|||
provided as standard Kubernetes YAML manifests, which you can deploy or
|
||||
modify.
|
||||
|
||||
To visualize the benchmarking data that support these estimates, see the
|
||||
accompanying Colab notebook:
|
||||
https://colab.research.google.com/github/GoogleCloudPlatform/kubernetes-engine-samples/blob/main/ai-ml/notebooks/giq_visualizations.ipynb
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ DESCRIPTION
|
|||
This command lists all supported accelerators with their performance
|
||||
details. By default, the supported accelerators are displayed in a table
|
||||
format with select information for each accelerator. To see all details,
|
||||
use --format=yaml.
|
||||
use --format=yaml or --format=csvprofile.
|
||||
|
||||
To get supported model, model servers, and model server versions, run
|
||||
gcloud container ai profiles models list, gcloud container ai profiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue