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
feat(infr): add list of known working custom models (#5081)
* feat(infr): add list of known working custom models
* Update pages/managed-inference/reference-content/supported-models.mdx
---------
Co-authored-by: Benedikt Rollik <brollik@scaleway.com>
Copy file name to clipboardExpand all lines: pages/managed-inference/reference-content/supported-models.mdx
+14Lines changed: 14 additions & 0 deletions
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:
@@ -235,3 +236,16 @@ Custom models must conform to one of the architectures listed below. Click to ex
235
236
*`MedusaModel`
236
237
*`MLPSpeculatorPreTrainedModel`
237
238
</Concept>
239
+
240
+
## Known compatible models
241
+
242
+
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 the full list.
243
+
244
+
<Concept>
245
+
## Models verified for compatibility
246
+
The following model compatibility has been verified:
0 commit comments