You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/gpu/reference-content/migration-h100.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Migrating from H100-2-80G to H100-SXM-2-80G
3
-
description: Learn how to migrating from H100-2-80G to H100-SXM-2-80G GPU Instances.
3
+
description: Learn how to migrate from H100-2-80G to H100-SXM-2-80G GPU Instances.
4
4
tags: gpu nvidia
5
5
dates:
6
6
validation: 2025-11-04
@@ -9,7 +9,7 @@ dates:
9
9
10
10
Scaleway is optimizing its H100 GPU Instance portfolio to improve long-term availability and provide better performance for all users.
11
11
12
-
For optimal availability and performance, we recommend switching from **H100-2-80G** to the improved **H100-SXM-2-80G** GPU Instance. This latest generation has more stock, improved NVLink, better and faster VRAM.
12
+
For optimal availability and performance, we recommend switching from **H100-2-80G** to the improved **H100-SXM-2-80G** GPU Instance. This latest generation has more stock, improved NVLink, and better and faster VRAM.
13
13
14
14
## Benefits of the migration
15
15
@@ -45,7 +45,7 @@ If you are using Kapsule, follow these steps to move existing workloads to nodes
45
45
6. Delete the old node pool.
46
46
47
47
<Messagetype="tip">
48
-
For further information, refer to our dedicated documentation [How to migrate existing workloads to a new Kapsule node pool](/kubernetes/how-to/manage-node-pools/#how-to-migrate-existing-workloads-to-a-new-kubernets-kapsule-node-pool).
48
+
For further information, refer to our dedicated documentation:[How to migrate existing workloads to a new Kapsule node pool](/kubernetes/how-to/manage-node-pools/#how-to-migrate-existing-workloads-to-a-new-kubernets-kapsule-node-pool).
49
49
</Message>
50
50
51
51
### Migrating a standalone Instance
@@ -59,10 +59,10 @@ For standalone GPU instances, you can recreate your environment using a `H100-SX
59
59
```
60
60
Replace `<zone>` with the Availability Zone of your Instance. For example, if your Instance is located in Paris-1, the zone would be `fr-par-1`. Replace `<instance_id>` with the ID of your Instance.
61
61
<Messagetype="tip">
62
-
You can find the ID of your Instance on its overview page in the Scaleway console or using the CLI by running the following command: `scw instance server list`.
62
+
You can find the ID of your Instance on its overview page in the Scaleway console or by running the following CLI command: `scw instance server list`.
63
63
</Message>
64
64
65
-
2. Update the commercial type of the Instance
65
+
2. Update the commercial type of the Instance.
66
66
```
67
67
scw instance server update <instance_id> commercial-type=H100-SXM-2-80G zone=<zone>
0 commit comments