Skip to content

Commit 0ebc64b

Browse files
committed
docs(infr): fix broken links
1 parent 87e56e0 commit 0ebc64b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pages/managed-inference/how-to/import-custom-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Scaleway provides a selection of common models for deployment from the Scaleway
4848
- Estimated cost.
4949
Once checked, click **Begin import** to finalize the process.
5050

51-
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/).
51+
Your imported model will now appear in the model library. You can proceed to [deploy your model on Managed Inference](/managed-inference/how-to/create-deployment/).

pages/managed-inference/reference-content/model-catalog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ allenai/molmo-72b-0924:fp8
116116
## Text models
117117

118118
### Llama-3.3-70b-instruct
119-
Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/managed-inference/reference-content/llama-3.1-70b-instruct/) model.
119+
Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/managed-inference/managed-inference/reference-content/model-catalog/#llama-31-70b-instruct) model.
120120
This model is still text-only (text in/text out). However, Llama 3.3 was designed to approach the performance of Llama 3.1 405B on some applications.
121121

122122
#### Model name

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ _More details to be added._
5252

5353
| Provider | Model identifier | Documentation | License |
5454
|----------|------------------|----------------|---------|
55-
| BAAI | `bge-multilingual-gemma2` | [View Details](/managed-inference/reference-content/model-catalog/bge-multilingual-gemma2/) | [Gemma Terms of Use](https:/ai.google.dev/gemma/terms) |
56-
| Sentence Transformers | `sentence-t5-xxl` | [View Details](/managed-inference/reference-content/model-catalog/sentence-t5-xxl/) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
55+
| BAAI | `bge-multilingual-gemma2` | [View Details](/managed-inference/reference-content/model-catalog/#bge-multilingual-gemma2) | [Gemma Terms of Use](https:/ai.google.dev/gemma/terms) |
56+
| Sentence Transformers | `sentence-t5-xxl` | [View Details](/managed-inference/reference-content/model-catalog/#sentence-t5-xxl) | [Apache 2.0 license](https:/www.apache.org/licenses/LICENSE-2.0) |
5757

5858

5959
## Custom models

tutorials/how-to-implement-rag/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LangChain simplifies the process of enhancing language models with retrieval cap
2626
- A Scaleway account logged into the [console](https://console.scaleway.com)
2727
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2828
- A valid [API key](/iam/how-to/create-api-keys/)
29-
- An [Inference Deployment](/managed-inference/how-to/create-deployment/): set it up using [sentence-transformers/sentence-t5-xxl](/managed-inference/reference-content/sentence-t5-xxl/) on an L4 instance to efficiently process embeddings.
29+
- An [Inference Deployment](/managed-inference/how-to/create-deployment/): set it up using [sentence-transformers/sentence-t5-xxl](/managed-inference/reference-content/model-catalog/#sentence-t5-xxl) on an L4 instance to efficiently process embeddings.
3030
- An [Inference Deployment](/managed-inference/how-to/create-deployment/) with the large language model of your choice.
3131
- An [Object Storage Bucket](/object-storage/how-to/create-a-bucket/) to store all the data you want to inject into your LLM model.
3232
- A [Managed Database](/managed-databases-for-postgresql-and-mysql/how-to/create-a-database/) to securely store all your embeddings.

0 commit comments

Comments
 (0)