Skip to content

Commit 1e3d52c

Browse files
authored
Update metadata.json
1 parent 8fc0a6c commit 1e3d52c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.jenkins/metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
"intermediate_source/model_parallel_tutorial.py": {
2929
"needs": "linux.16xlarge.nvidia.gpu"
3030
},
31+
// does not require a5g but needs to run before gpu_quantization_torchao_tutorial.py. Fixes ordering issue.
3132
"intermediate_source/torchvision_tutorial.py": {
32-
"needs": "linux.g5.4xlarge.nvidia.gpu" // does not require a5g but needs to run before gpu_quantization_torchao_tutorial.py. Fixes ordering issue.
33+
"needs": "linux.g5.4xlarge.nvidia.gpu"
3334
},
35+
// does not require a5g but needs to run before gpu_quantization_torchao_tutorial.py. Fixes ordering issue.
3436
"advanced_source/coding_ddpg.py": {
35-
"needs": "linux.g5.4xlarge.nvidia.gpu" // does not require a5g but needs to run before gpu_quantization_torchao_tutorial.py. Fixes ordering issue.
37+
"needs": "linux.g5.4xlarge.nvidia.gpu"
3638
},
3739
"intermediate_source/torch_compile_tutorial.py": {
3840
"needs": "linux.g5.4xlarge.nvidia.gpu"

0 commit comments

Comments
 (0)