Skip to content

Commit 5d86be7

Browse files
committed
trigger CI for #40889
1 parent 91376f3 commit 5d86be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/split_model_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
start = end
7474
end = start + num_jobs_per_splits + (1 if idx < num_jobs % args.num_splits else 0)
7575
model_splits.append(d[start:end])
76-
model_splits = [["models/vit"]]
76+
# model_splits = [["models/vit"]]
7777
print(model_splits)

0 commit comments

Comments
 (0)