From b77747811952b20b209b6302bc4537776ca21c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bardolle?= Date: Mon, 11 Mar 2024 10:57:16 +0100 Subject: [PATCH] Add Scaleway as a GPU provider --- cloud_gpu.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/cloud_gpu.json b/cloud_gpu.json index 7094ac2..f48e041 100644 --- a/cloud_gpu.json +++ b/cloud_gpu.json @@ -863,6 +863,37 @@ "persistence": true, "region": "Worldwide", "pricing-source": "https://www.hyperstack.cloud/gpu-pricing" + }, + { + "name": "Scaleway", + "url": "https://www.scaleway.com/", + "cost1080": "-", + "costv100": "-", + "costp100": "$1.36", + "costt4": "-", + "costk80": "-", + "costm60": "-", + "cost3080": "-", + "cost3090": "-", + "costp4": "-", + "cost2080": "-", + "costa5000": "-", + "costa6000": "-", + "costa100_40": "-", + "costa100_80": "-", + "costrtx6000": "-", + "costa40": "-", + "costa10": "-", + "cost4090": "-", + "costh100": "$2.76", + "costl40": "-", + "images": true, + "notebooks": false, + "ssh": true, + "credits": "-", + "persistence": true, + "region": "Europe", + "pricing-source": "https://www.scaleway.com/en/gpu-instances/" } ] }