Skip to content

Commit 02b5d07

Browse files
committed
trigger CI for #40889
1 parent 5d86be7 commit 02b5d07

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/model_jobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
run: |
106106
python3 utils/print_env.py
107107
108+
- name: Install "huggingface_hub==1.0.0.rc0"
109+
working-directory: /transformers
110+
run: python3 -m pip install "huggingface_hub==1.0.0.rc0"
111+
108112
- name: Show installed libraries and their versions
109113
working-directory: /transformers
110114
run: pip freeze

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)