Skip to content

Commit bfad9dc

Browse files
committed
run : 21-47
1 parent 09618c5 commit bfad9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/self-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: contains(fromJSON('["run_models_gpu", "run_trainer_and_fsdp_gpu", "run_quantization_torch_gpu"]'), inputs.job)
6868
strategy:
6969
matrix:
70-
machine_type: [aws-g5-4xlarge-cache, aws-g5-12xlarge-cache]
70+
machine_type: [aws-g5-4xlarge-cache]
7171
runs-on:
7272
group: '${{ matrix.machine_type }}'
7373
container:

run_failed_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
]
5050

5151
import os
52-
for idx, failed_test in enumerate(failed_tests[0:21]):
52+
for idx, failed_test in enumerate(failed_tests[21:]):
5353
print(f"Running test {idx}: {failed_test}")
5454
output_dir = "captured"
5555
os.makedirs(output_dir, exist_ok=True)

0 commit comments

Comments
 (0)