Skip to content

Commit

Permalink
chore(ci): switch environment and add fallback for gpu profiles
Browse files Browse the repository at this point in the history
Switch n3-H100-SXM5x8 to US-1 as CANADA is out of stock on this
instance.
Also L40 instances fallback on n3-RTX-A6000x1 to mitigate
resource shortages issues.
  • Loading branch information
soonum authored and agnesLeroy committed Feb 27, 2025
1 parent 1d7f9f1 commit 8565b79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci/slab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2"
flavor_name = "n3-H100-SXM5x8"
user = "ubuntu"

[backend.hyperstack.multi-h100-sxm5_fallback]
environment_name = "us-1"
image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2"
flavor_name = "n3-H100-SXM5x8"
user = "ubuntu"

[backend.hyperstack.multi-a100-nvlink]
environment_name = "canada"
image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2"
Expand All @@ -88,3 +94,9 @@ environment_name = "canada"
image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2"
flavor_name = "n3-L40x1"
user = "ubuntu"

[backend.hyperstack.l40_fallback]
environment_name = "canada"
image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2"
flavor_name = "n3-RTX-A600x1"
user = "ubuntu"

0 comments on commit 8565b79

Please sign in to comment.