Skip to content

Commit

Permalink
try new cluster - debug 005 - altclip - check without delete again
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Aug 30, 2024
1 parent b49d98b commit 53e732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/split_model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
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"]]
model_splits = [["models/altclip"]]
print(model_splits)

0 comments on commit 53e732b

Please sign in to comment.