跳到主要内容

机型配置命令:machine

列出所有机型配置:list

命令入口:

bohr machine list

概要:

Usage:
bohr machine list [flags]

Aliases:
list, -ls

Flags:
-c, --chooseType string cpu or gpu (default "cpu")
--csv output with CSV format
-h, --help help for list
--json output with JSON format
--noheader does not print header information
-s, --scene string job or node or notebook (default "job")
--yaml output in YAML format

参数说明表:

参数缩写说明必填
--chooseType-c选择机型cpu或gpu(默认是cpu)
--scene-s选择使用场景job、node或notebook(默认是job)

案例:

$ bohr machine list -c "gpu" --yaml 
# 查看所有 GPU 机型,并输出为 YAML 格式
$ bohr machine list -s "node"
# 显示支持节点容器的所有机型

bohr machine list