Skip to content

Commit 7e60bd6

Browse files
authored
feat(inference): fix external links (#5530)
1 parent 7af47db commit 7e60bd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/managed-inference/reference-content/supported-models.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99

1010
Scaleway Managed Inference allows you to deploy various AI models, either from:
1111

12-
* [Scaleway model catalog](#scaleway-model-catalog): A curated set of ready-to-deploy models available through the [Scaleway console](https:/console.scaleway.com/inference/deployments/) or the [Managed Inference models API](https:/www.scaleway.com/en/developers/api/inference/#path-models-list-models)
12+
* [Scaleway model catalog](#scaleway-model-catalog): A curated set of ready-to-deploy models available through the [Scaleway console](https://console.scaleway.com/inference/deployments/) or the [Managed Inference models API](https://www.scaleway.com/en/developers/api/inference/#path-models-list-models)
1313
* [Custom models](#custom-models): Models that you import, typically from sources like Hugging Face.
1414

1515
## Scaleway model catalog
@@ -19,14 +19,14 @@ You can find a complete list of all models available in Scaleway's catalog on th
1919
## Custom models
2020

2121
<Message type="note">
22-
Custom model support is currently in **beta**. If you encounter issues or limitations, please report them via our [Slack community channel](https:/scaleway-community.slack.com/archives/C01SGLGRLEA) or [customer support](https:/console.scaleway.com/support/tickets/create?for=product&productName=inference).
22+
Custom model support is currently in **beta**. If you encounter issues or limitations, please report them via our [Slack community channel](https://scaleway-community.slack.com/archives/C01SGLGRLEA) or [customer support](https://console.scaleway.com/support/tickets/create?for=product&productName=inference).
2323
</Message>
2424

2525
### Prerequisites
2626

2727
<Message type="tip">
2828
We recommend starting with a variation of a supported model from the Scaleway catalog.
29-
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).
29+
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).
3030
If deploying a fine-tuned version of Llama 3.3, make sure your file structure matches the example linked above.
3131
Examples whose compatibility has been tested are available in [tested models](#known-compatible-models).
3232
</Message>
@@ -37,7 +37,7 @@ To deploy a custom model via Hugging Face, ensure the following:
3737

3838
* You must have access to the model using your Hugging Face credentials.
3939
* For gated models, request access through your Hugging Face account.
40-
* Credentials are not stored, but we recommend using [read or fine-grained access tokens](https:/huggingface.co/docs/hub/security-tokens).
40+
* Credentials are not stored, but we recommend using [read or fine-grained access tokens](https://huggingface.co/docs/hub/security-tokens).
4141

4242
#### Required files
4343

@@ -46,7 +46,7 @@ Your model repository must include:
4646
* A `config.json` file containig:
4747
* An `architectures` array (see [supported architectures](#supported-models-architecture) for the exact list of supported values).
4848
* `max_position_embeddings`
49-
* Model weights in the [`.safetensors`](https:/huggingface.co/docs/safetensors/index) format
49+
* Model weights in the [`.safetensors`](https://huggingface.co/docs/safetensors/index) format
5050
* A `tokenizer.json` file
5151
* If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model.
5252
* A chat template included in either:
@@ -68,7 +68,7 @@ Your model must be one of the following types:
6868

6969
<Message type="important">
7070
**Security Notice**<br />
71-
Models using formats that allow arbitrary code execution, such as Python [`pickle`](https:/docs.python.org/3/library/pickle.html), are **not supported**.
71+
Models using formats that allow arbitrary code execution, such as Python [`pickle`](https://docs.python.org/3/library/pickle.html), are **not supported**.
7272
</Message>
7373

7474
## API support

0 commit comments

Comments
 (0)