Skip to content

Commit 1bbfef6

Browse files
committed
feat(ai): byom
1 parent 7c7bd99 commit 1bbfef6

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,10 @@
745745
"label": "Deploy a model",
746746
"slug": "create-deployment"
747747
},
748+
{
749+
"label": "Import a custom model",
750+
"slug": "import-custom-model"
751+
},
748752
{
749753
"label": "Monitor a deployment",
750754
"slug": "monitor-deployment"
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
meta:
2+
title: How to import custom models into Managed Inference
3+
description: Learn how to import your custom models into Scaleway's Managed Inference platform.
4+
content:
5+
h1: How to import custom models into Managed Inference
6+
paragraph: Learn how to import your custom models into Scaleway's Managed Inference platform.
7+
tags: managed-inference ai-data import custom model
8+
dates:
9+
validation: 2025-01-10
10+
posted: 2025-01-10
11+
categories:
12+
- ai-data
13+
14+
---
15+
16+
Scaleway provides a selection of common models for deployment from the Scaleway console. If you need a specific model, you can import it into Managed Inference directly from Hugging Face or a Scaleway Object Storage bucket.
17+
18+
<Macro id="requirements" />
19+
- A Scaleway account logged into the [console](https://console.scaleway.com).
20+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) to perform actions in your Organization.
21+
22+
1. Click **Managed Inference** in the **AI & Data** section of the side menu in the [Scaleway console](https://console.scaleway.com/) to access the dashboard.
23+
2. Click **Deploy a model** to launch the model deployment wizard.
24+
3. In the **Choose a model** section, select **Custom model**. If you have no model yet, click **Import a model** to start the model import wizard.
25+
4. Choose an upload source:
26+
- **Hugging Face**: Pull the model from Hugging Face.
27+
- **Object Storage**: This feature is coming soon.
28+
5. Enter your Hugging Face access token, which must have READ access to the repository.
29+
<Message type="note">
30+
Learn how to generate a Hugging Face access token [here](https://huggingface.co/docs/hub/security-tokens).
31+
</Message>
32+
6. Enter the name of the Hugging Face repository to pull the model from.
33+
<Message type="note">
34+
Ensure you have access to gated models if applicable. Refer to the [Hugging Face documentation](https://huggingface.co/docs/hub/en/models-gated) for details.
35+
</Message>
36+
7. Choose a name for your model. The name must be unique within your Organization and Project and cannot be changed later.
37+
8. Click **Verify import** to check your Hugging Face credentials and ensure model compatibility.
38+
9. Review the summary of your import, which includes:
39+
- Context size by node type.
40+
- Quantization options.
41+
- Estimated cost.
42+
Once checked, click **Begin import** to finalize the process.
43+
44+
Your imported model will now appear in the model library. You can proceed to [deploy your model on Managed Inference](/ai-data/managed-inference/how-to/create-deployment/).

0 commit comments

Comments
 (0)