Skip to content

Commit c845106

Browse files
committed
Finalize the config
1 parent 1ff1ad1 commit c845106

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

config/sarc-dev.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,27 @@
3131
"start_date": "2022-04-01",
3232
"gpus_per_nodes": {
3333
"cn-a{{[001-011]}}": {
34-
"rtx8000": "Quadro RTX 8000"
34+
".*": "Quadro RTX 8000"
3535
},
3636
"cn-b{{[001-005]}}": {
3737
"v100": "Tesla V100-32GB"
3838
},
3939
"cn-c{{[001-040]}}": {
40-
"rtx8000": "Quadro RTX 8000"
40+
".*": "Quadro RTX 8000"
4141
},
4242
"cn-g{{[001-029]}}": {
43-
"a100": "NVIDIA A100 80GB",
43+
"a100": "NVIDIA A100 80GB PCIe",
4444
"[0-9]+g\\.[0-9]+gb": "__MIG_FLAG__a100"
4545
},
4646
"cn-i001": {
47-
"a100": "NVIDIA A100 80GB"
47+
"a100": "NVIDIA A100 80GB PCIe"
4848
},
4949
"cn-j001": {
5050
"a6000": "NVIDIA RTX A6000"
5151
},
52+
"_cn-k{{[001-004]}}": {
53+
"a100": "NVIDIA A100-SXM4-40GB"
54+
},
5255
"cn-d{{[001-002]}}": {
5356
"a100": "NVIDIA A100-SXM4-40GB"
5457
},

0 commit comments

Comments
 (0)