forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-all-usage-inference-deployment-create-usage.golden
More file actions
31 lines (27 loc) · 1.9 KB
/
test-all-usage-inference-deployment-create-usage.golden
File metadata and controls
31 lines (27 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Create a new inference deployment related to a specific model.
USAGE:
scw inference deployment create [arg=value ...]
ARGS:
name=<generated> Name of the deployment
[project-id] Project ID to use. If none is passed the default project ID will be used
model-id ID of the model to use
[accept-eula] Accept the model's End User License Agreement (EULA).
node-type-name Name of the node type to use
[tags.{index}] List of tags to apply to the deployment
[min-size] Defines the minimum size of the pool
[max-size] Defines the maximum size of the pool
[endpoints.{index}.is-public=true] Will configure your public endpoint if true
[endpoints.{index}.private-network.private-network-id]
[endpoints.{index}.disable-auth=false] Disable the authentication on the endpoint.
[quantization.bits] The number of bits each model parameter should be quantized to. The quantization method is chosen based on this value.
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)
FLAGS:
-h, --help help for create
-w, --wait wait until the deployment is ready
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use