Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(gpu): add L4 GPU #2693

Merged
merged 18 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
82 changes: 71 additions & 11 deletions compute/gpu/reference-content/choosing-gpu-instance-type.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- compute
---

With the release of the H100 GPU, NVIDIA introduced support for a new datatype called FP8 (8-bit floating point), enabling higher throughput of matrix multipliers and convolutions.
Scaleway offers GPU Instances featuring [L4 and H100 GPUs](https://www.scaleway.com/en/h100-pcie-try-it-now/) that support FP8 (8-bit floating point), a revolutionary datatype introduced by NVIDIA. It enables higher throughput of matrix multipliers and convolutions.

FP8 is an 8-bit floating point standard which was jointly developed by NVIDIA, ARM, and Intel to speed up AI development by improving memory efficiency during AI training and inference processes.

Expand Down
5 changes: 5 additions & 0 deletions console/account/reference-content/organization-quotas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ At Scaleway, quotas are applicable per [Organization](/identity-and-access-manag
| GPU 3070 - S| To use this product, you must [validate your identity](/console/account/how-to/verify-identity/). | 1 |
| H100-1-80G | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). |
| H100-2-80G | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). |
| L4-1-24G | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). | 1 |
| L4-2-24G | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). | 1 |
| L4-4-24G | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). | 1 |
| L4-8-24G | To use this product, you must [contact our support team](https://console.scaleway.com/support/create). | 1 |



## Apple silicon
Expand Down
7 changes: 5 additions & 2 deletions console/account/reference-content/products-availability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ Scaleway products are available in multiple regions and locations worldwide. Thi
* Amsterdam: AMS1, AMS2, AMS3
* Warsaw: WAW1, WAW2, WAW3

| Product Category | Product | Paris region | Amsterdam region | Warsaw region |
| Product Category | Product | Paris region | Amsterdam region | Warsaw region |
|---------------------------|---------------------------------------|------------------------|-------------------------|------------------------|
| **Compute** | Instances | PAR1, PAR2, PAR3 | AMS1, AMS2, AMS3 | WAW1, WAW2, WAW3 |
| | GPU | PAR1, PAR2 | Not available yet | Not available yet |
| | GPU RENDER-S | PAR1 | Not available yet | Not available yet |
| | GPU 3070-S | PAR2 | Not available yet | Not available yet |
| | GPU L4-X-24G | PAR2 | Not available yet | WAW2 |
| | GPU H100-X-80G | PAR2 | Not available yet | WAW2 |
| **Bare Metal** | Elastic Metal | PAR1, PAR2 | AMS1 | Not available yet |
| | Apple Silicon | PAR1, PAR3 | Not available yet | Not available yet |
| | Dedibox | DC2, DC3, DC5 | AMS1 | Not available yet |
Expand Down
Loading