Skip to content

Commit

Permalink
map resources for cgpu101, pyt301, pyt302 to new GPU flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Dec 11, 2024
1 parent 88f5ee9 commit 6511b8c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions cgpu101/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jupyterhub::jupyterhub_config_hash:
max: 5.0
nprocs:
min: 1
def: 8
max: 8
def: 6
max: 6
memory:
min: 1024
max: 22000
def: 21000
max: 55000
def: 55000
gpus:
def: 'gpu:1'
choices: ['gpu:1']
Expand Down
2 changes: 1 addition & 1 deletion common/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ locals {
cpu = "c8-30gb"
cpupool = "c8-30gb"
gpu = "gpu16-240-3450gb-a100x1_cq"
gpupool = "gpu16-240-3375gb-a100x1"
gpupool = "gpu12-120-850gb-a100x1_MC"
gpupool16 = "gpu16-240-3375gb-a100x1"
gpupool80 = "gpu13-240-2500gb-a100-80gx1"
gpupool12 = "gpu12-120-850gb-a100x1"
Expand Down
4 changes: 2 additions & 2 deletions pyt301/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jupyterhub::jupyterhub_config_hash:
max: 4
memory:
min: 1024
max: 22000
def: 21000
max: 18000
def: 18000
gpus:
def: 'gpu:1'
choices: ['gpu:1']
Expand Down
8 changes: 4 additions & 4 deletions pyt302/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jupyterhub::jupyterhub_config_hash:
max: 5.0
nprocs:
min: 1
def: 4
max: 4
def: 2
max: 2
memory:
min: 1024
max: 22000
def: 21000
max: 18000
def: 18000
gpus:
def: 'gpu:1'
choices: ['gpu:1']
Expand Down
3 changes: 2 additions & 1 deletion pyt302/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ locals {
custom = {
home_size = 100
nnodes = {
gpu = 15
gpu = 0
gpupool = 4
}
}
}

0 comments on commit 6511b8c

Please sign in to comment.