Skip to content

Commit

Permalink
check with only auto and vit
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 3, 2024
1 parent ee5fc1d commit e44de7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/split_model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@
start = end
end = start + num_jobs_per_splits + (1 if idx < num_jobs % args.num_splits else 0)
model_splits.append(d[start:end])
model_splits = [["models/auto"], ["models/vit"]]
print(model_splits)

0 comments on commit e44de7d

Please sign in to comment.