File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ resource "scaleway_inference_deployment" "main" {
4040 accept_eula = true
4141}
4242```
43+
4344## Argument Reference
4445
4546- ` name ` - (Required) The name of the custom model. This must be unique within the project.
@@ -58,8 +59,8 @@ resource "scaleway_inference_deployment" "main" {
5859- ` parameter_size_bits ` - Size, in bits, of the model parameters.
5960- ` size_bits ` - Total size, in bytes, of the model archive.
6061- ` nodes_support ` - List of supported node types and their quantization options. Each entry contains:
61- - ` node_type_name ` - The type of node supported.
62- - ` quantization ` - A list of supported quantization options, including:
63- - ` quantization_bits ` - Number of bits used for quantization (e.g., 8, 16).
64- - ` allowed ` - Whether this quantization is allowed.
65- - ` max_context_size ` - Maximum context length supported by this quantization.
62+ - ` node_type_name ` - The type of node supported.
63+ - ` quantization ` - A list of supported quantization options, including:
64+ - ` quantization_bits ` - Number of bits used for quantization (e.g., 8, 16).
65+ - ` allowed ` - Whether this quantization is allowed.
66+ - ` max_context_size ` - Maximum context length supported by this quantization.
You can’t perform that action at this time.
0 commit comments