Skip to content

Commit 4b42e3d

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent f0267a2 commit 4b42e3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/gpu/reference-content/migration-h100.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
tags: gpu nvidia
55
dates:
66
validation: 2025-11-04
@@ -9,7 +9,7 @@ dates:
99

1010
Scaleway is optimizing its H100 GPU Instance portfolio to improve long-term availability and provide better performance for all users.
1111

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.
1313

1414
## Benefits of the migration
1515

@@ -45,7 +45,7 @@ If you are using Kapsule, follow these steps to move existing workloads to nodes
4545
6. Delete the old node pool.
4646

4747
<Message type="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).
4949
</Message>
5050

5151
### Migrating a standalone Instance
@@ -59,10 +59,10 @@ For standalone GPU instances, you can recreate your environment using a `H100-SX
5959
```
6060
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.
6161
<Message type="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`.
6363
</Message>
6464

65-
2. Update the commercial type of the Instance
65+
2. Update the commercial type of the Instance.
6666
```
6767
scw instance server update <instance_id> commercial-type=H100-SXM-2-80G zone=<zone>
6868
```

0 commit comments

Comments
 (0)