From 85d300960c9caadb38ce8dd38c6302603edeed74 Mon Sep 17 00:00:00 2001 From: Harald Date: Tue, 16 Apr 2024 15:32:57 +0100 Subject: [PATCH 1/5] Update Latitude URL --- cloud_gpu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_gpu.json b/cloud_gpu.json index 7094ac2..1b7fd30 100644 --- a/cloud_gpu.json +++ b/cloud_gpu.json @@ -552,7 +552,7 @@ }, { "name": "Latitude.sh", - "url": "https://go.latitude.sh/cloug-gpu-h100?utm_source=ml-contests&utm_medium=referral&utm_campaign=latitude-accelerate-legacy&utm_content=list-cloud-gpu", + "url": "https://www.latitude.sh/pricing?utm_source=ml-contests&utm_medium=referral", "cost1080": "-", "costv100": "-", "costp100": "-", From 60f53f72294273fdc33c1b4a489ff1b0a14ab64d Mon Sep 17 00:00:00 2001 From: aashinuday <165624313+aashinuday@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:25:12 +0530 Subject: [PATCH 2/5] Update cloud_gpu.json Adding Shakti Cloud --- cloud_gpu.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/cloud_gpu.json b/cloud_gpu.json index 3942b7a..a2741da 100644 --- a/cloud_gpu.json +++ b/cloud_gpu.json @@ -895,5 +895,35 @@ "region": "Europe", "pricing-source": "https://www.scaleway.com/en/gpu-instances/" } + { + "name": "Shakti Cloud", + "url": "https://shakticloud.ai/", + "cost1080": "-", + "costv100": "$0.95", + "costp100": "-", + "costt4": "$0.27", + "costk80": "-", + "costm60": "-", + "cost3080": "-", + "cost3090": "-", + "costp4": "-", + "cost2080": "-", + "costa5000": "-", + "costa6000": "-", + "costa100_40": "$0.27", + "costa100_80": "-", + "costrtx6000": "-", + "costa40": "-", + "costa10": "-", + "cost4090": "-", + "costh100": "$2.76", + "costl40": "-", + "images": true, + "notebooks": true, + "ssh": true, + "credits": "-", + "persistence": true, + "region": "India", + } ] } From 8129e10849103be639688821b6bbd7a85e8cdef4 Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Sun, 14 Apr 2024 14:07:19 +0330 Subject: [PATCH 3/5] Update cloud_gpu.json Hyperstack provides RTX A6000, not Quadro RTX 6000 --- cloud_gpu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud_gpu.json b/cloud_gpu.json index a29da9a..a2c2f26 100644 --- a/cloud_gpu.json +++ b/cloud_gpu.json @@ -847,10 +847,10 @@ "costp4": "-", "cost2080": "-", "costa5000": "$0.63", - "costa6000": "-", + "costa6000": "$1.10", "costa100_40": "-", "costa100_80": "$2.75", - "costrtx6000": "$1.10", + "costrtx6000": "-", "costa40": "$1.10", "costa10": "-", "cost4090": "-", From 70ae51745ccf271063309ae8118de786eec6848c Mon Sep 17 00:00:00 2001 From: Harald Date: Mon, 6 May 2024 18:54:18 +0100 Subject: [PATCH 4/5] Change Shakti pricing to hourly --- cloud_gpu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud_gpu.json b/cloud_gpu.json index b5022c8..ebedc7c 100644 --- a/cloud_gpu.json +++ b/cloud_gpu.json @@ -899,9 +899,9 @@ "name": "Shakti Cloud", "url": "https://shakticloud.ai/", "cost1080": "-", - "costv100": "$0.95", + "costv100": "$1.31", "costp100": "-", - "costt4": "$0.27", + "costt4": "$0.33", "costk80": "-", "costm60": "-", "cost3080": "-", @@ -910,20 +910,20 @@ "cost2080": "-", "costa5000": "-", "costa6000": "-", - "costa100_40": "$0.27", + "costa100_40": "$1.29", "costa100_80": "-", "costrtx6000": "-", "costa40": "-", "costa10": "-", "cost4090": "-", - "costh100": "$2.76", + "costh100": "$4.99", "costl40": "-", "images": true, "notebooks": true, "ssh": true, "credits": "-", "persistence": true, - "region": "India", + "region": "India" } ] } From e772cc8622672bcd0b1d3ba304e12dba10353161 Mon Sep 17 00:00:00 2001 From: Harald Date: Mon, 6 May 2024 18:56:29 +0100 Subject: [PATCH 5/5] Add missing comma --- cloud_gpu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_gpu.json b/cloud_gpu.json index ebedc7c..8eb7721 100644 --- a/cloud_gpu.json +++ b/cloud_gpu.json @@ -894,7 +894,7 @@ "persistence": true, "region": "Europe", "pricing-source": "https://www.scaleway.com/en/gpu-instances/" - } + }, { "name": "Shakti Cloud", "url": "https://shakticloud.ai/",