Skip to content

Commit c805fc3

Browse files
committed
upgrade to latest
Signed-off-by: Maanu Grover <maanug@nvidia.com>
1 parent a2b5efc commit c805fc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cache-hf-model.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
pip install torch transformers "huggingface_hub[cli]"
40+
pip install torch "huggingface_hub[cli]"
41+
pip install -U transformers
4142
4243
- name: Log in to HuggingFace
4344
env:

0 commit comments

Comments
 (0)