Skip to content

Commit 3421efd

Browse files
authored
Merge branch 'main' into MTA-5141
2 parents 875437a + 940d3e3 commit 3421efd

File tree

315 files changed

+4175
-1464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+4175
-1464
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check links on schedule
22
on:
33
schedule:
4-
- cron: "30 15 * * *" # Runs every Monday at 09:00 AM
4+
- cron: "59 23 * * 0" # Runs every Sunday at 23:59 PM
55
jobs:
66
linkcheck:
77
runs-on: ubuntu-latest

ai-data/generative-apis/reference-content/supported-models.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Generative APIs offer serverless AI models hosted at Scaleway - no need to configure hardware or deploy your own models
88
tags: generative-apis ai-data supported-models
99
dates:
10-
validation: 2024-10-30
10+
validation: 2025-01-02
1111
posted: 2024-09-02
1212
---
1313

@@ -21,6 +21,7 @@ Our [Chat API](/ai-data/generative-apis/how-to/query-language-models) has built-
2121

2222
| Provider | Model string | Context window | License | Model card |
2323
|-----------------|-----------------|-----------------|-----------------|-----------------|
24+
| Meta | `llama-3.3-70b-instruct` | 128k | [Llama 3.3 Community License Agreement](https://www.llama.com/llama3_3/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) |
2425
| Meta | `llama-3.1-8b-instruct` | 128k | [Llama 3.1 Community License Agreement](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) |
2526
| Meta | `llama-3.1-70b-instruct` | 128k | [Llama 3.1 Community License Agreement](https://llama.meta.com/llama3_1/license/) | [HF](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct) |
2627
| Mistral | `mistral-nemo-instruct-2407` | 128k | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) |

ai-data/managed-inference/how-to/managed-inference-with-private-network.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ content:
77
paragraph: This page explains how to monitor a Managed Inference deployment
88
tags: managed-inference ai-data private-network
99
dates:
10-
validation: 2024-06-18
10+
validation: 2025-01-06
1111
posted: 2024-06-18
1212
categories:
1313
- ai-data
1414
---
1515

16-
In this tutorial, we will guide you through the process of attaching a Private Network to your Managed Inference deployment.
16+
In this tutorial, we guide you through the process of attaching a Private Network to your Managed Inference deployment.
1717
This can be done during the initial setup or added later to an existing deployment.
1818
Using a Private Network for communications between your Instances hosting your applications and the Managed Inference deployment ensures secure communication between resources with low latency.
1919

20-
2120
<Macro id="requirements" />
2221

2322
- A Scaleway account logged into the [console](https://console.scaleway.com)

ai-data/managed-inference/how-to/monitor-deployment.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ categories:
1515

1616
This documentation page shows you how to monitor your Managed Inference deployment with [Cockpit](/observability/cockpit/quickstart/).
1717

18-
<Macro id="cockpit-update-dashboards" />
19-
2018
<Macro id="requirements" />
2119

2220
- A Scaleway account logged into the [console](https://console.scaleway.com)

ai-data/managed-inference/reference-content/llama-3.3-70b-instruct.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ meta/llama-3.3-70b-instruct:bf16
3636

3737
## Model introduction
3838

39-
Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/ai-data/managed-inference/reference-content/llama-3.1-70b) model.
39+
Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/ai-data/managed-inference/reference-content/llama-3.1-70b-instruct/) model.
4040
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.
4141

4242
## Why is it useful?

ai-data/managed-inference/reference-content/mistral-7b-instruct-v0.3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page provides information on the Mistral-7b-instruct-v0.3 model
88
tags:
99
dates:
10-
validation: 2024-06-26
10+
validation: 2025-01-02
1111
posted: 2024-06-26
1212
categories:
1313
- ai-data

bare-metal/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx

Lines changed: 111 additions & 98 deletions
Large diffs are not rendered by default.

bare-metal/apple-silicon/how-to/create-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to create a Mac mini
88
tags: mac-mini mac-mini apple-silicon
99
dates:
10-
validation: 2024-06-12
10+
validation: 2024-12-19
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

bare-metal/apple-silicon/how-to/delete-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to delete a Mac mini
88
tags: mac-mini mac-mini-m1 m1 apple-silicon
99
dates:
10-
validation: 2024-06-12
10+
validation: 2024-12-19
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

bare-metal/apple-silicon/how-to/reboot-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to reboot a Mac mini
88
tags: mac-mini mac-mini m1 apple-silicon reboot
99
dates:
10-
validation: 2024-06-12
10+
validation: 2024-12-19
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

0 commit comments

Comments
 (0)