Skip to content

Commit

Permalink
run better names
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Apr 22, 2024
1 parent ebaca1f commit 735631a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-scheduled-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: "17 2 * * *"
push:
branches:
- run_scheduled_ci*
- run_better_job_artifact_name

jobs:
model-ci:
Expand Down
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/bert"], ["models/gpt2"]]
print(model_splits)

0 comments on commit 735631a

Please sign in to comment.