Skip to content

Commit 25f0452

Browse files
committed
fix documentation lint
1 parent cbd8ac0 commit 25f0452

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/resources/inference_custom_model.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)