-
Notifications
You must be signed in to change notification settings - Fork 260
feat(ai): byom #4726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
feat(ai): byom #4726
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| --- | ||
| meta: | ||
| title: How to import custom models into Managed Inference | ||
| description: Learn how to import your custom models into Scaleway's Managed Inference platform. | ||
| content: | ||
| h1: How to import custom models into Managed Inference | ||
| paragraph: Learn how to import your custom models into Scaleway's Managed Inference platform. | ||
| tags: managed-inference ai-data import custom model | ||
| dates: | ||
| validation: 2025-03-27 | ||
| posted: 2025-03-27 | ||
| categories: | ||
| - ai-data | ||
| --- | ||
|
|
||
| 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. | ||
|
|
||
| <Message type="note"> | ||
| This feature is currently in **beta stage** and will evolve in the future. | ||
| </Message> | ||
|
|
||
| <Macro id="requirements" /> | ||
| - A Scaleway account logged into the [console](https://console.scaleway.com). | ||
| - [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. | ||
|
|
||
| 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. | ||
| 2. Click **Deploy a model** to launch the model deployment wizard. | ||
| 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. | ||
| 4. Choose an upload source: | ||
| - **Hugging Face**: Pull the model from Hugging Face. | ||
| - **Object Storage**: This feature is coming soon. | ||
| 5. Enter your Hugging Face access token, which must have READ access to the repository. | ||
| <Message type="note"> | ||
| Learn how to generate a Hugging Face access token [here](https://huggingface.co/docs/hub/security-tokens). | ||
| </Message> | ||
| 6. Enter the name of the Hugging Face repository to pull the model from. | ||
| <Message type="note"> | ||
| 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. | ||
| </Message> | ||
| 7. Choose a name for your model. The name must be unique within your Organization and Project and cannot be changed later. | ||
| 8. Click **Verify import** to check your Hugging Face credentials and ensure model compatibility. | ||
| 9. Review the summary of your import, which includes: | ||
| - Context size by node type. | ||
| - Quantization options. | ||
| - Estimated cost. | ||
| Once checked, click **Begin import** to finalize the process. | ||
|
|
||
| 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/). | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.