Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 22, 2024
1 parent 219df82 commit 58b79d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/split_model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@
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/vit"]]
print(model_splits)

0 comments on commit 58b79d2

Please sign in to comment.