You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/managed-inference/reference-content/supported-models.mdx
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ You can find a complete list of all models available in Scaleway's catalog on th
34
34
We recommend starting with a variation of a supported model from the Scaleway catalog.
35
35
For example, you can deploy a [quantized (4-bit) version of Llama 3.3](https:/huggingface.co/unsloth/Llama-3.3-70B-Instruct-bnb-4bit).
36
36
If deploying a fine-tuned version of Llama 3.3, make sure your file structure matches the example linked above.
37
+
Examples whose compatibility has been tested are available in [tested models](#known-compatible-models).
37
38
</Message>
38
39
39
40
To deploy a custom model via Hugging Face, ensure the following:
@@ -232,4 +233,17 @@ Custom models must conform to one of the architectures listed below. Click to ex
232
233
*`EAGLEModel`
233
234
*`MedusaModel`
234
235
*`MLPSpeculatorPreTrainedModel`
235
-
</Concept>
236
+
</Concept>
237
+
238
+
## Known compatible models
239
+
240
+
Several models have already been verified to work on Managed Inference Custom models. This list is not exhaustive and is updated gradually. Click to expand full list.
241
+
242
+
<Concept>
243
+
## Models verified for compatibility
244
+
The following model compatibility has been verified:
0 commit comments