File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 [tags.{index}] List of tags to apply to the deployment
1515 [min-size] Defines the minimum size of the pool
1616 [max-size] Defines the maximum size of the pool
17- [endpoints.{index}.is-public=false] Will configure your public endpoint if true
17+ [endpoints.{index}.is-public=true] Will configure your public endpoint if true
1818 [endpoints.{index}.private-network.private-network-id]
1919 [endpoints.{index}.disable-auth=false] Disable the authentication on the endpoint.
2020 [quantization.bits] The number of bits each model parameter should be quantized to. The quantization method is chosen based on this value.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ scw inference deployment create [arg=value ...]
5050| tags.{index} | | List of tags to apply to the deployment |
5151| min-size | | Defines the minimum size of the pool |
5252| max-size | | Defines the maximum size of the pool |
53- | endpoints.{index}.is-public | Default: ` false ` | Will configure your public endpoint if true |
53+ | endpoints.{index}.is-public | Default: ` true ` | Will configure your public endpoint if true |
5454| endpoints.{index}.private-network.private-network-id | | |
5555| endpoints.{index}.disable-auth | Default: ` false ` | Disable the authentication on the endpoint. |
5656| quantization.bits | | The number of bits each model parameter should be quantized to. The quantization method is chosen based on this value. |
You can’t perform that action at this time.
0 commit comments