mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
Attempt to unpin torch version for Github Action. (#4384)
This commit is contained in:
parent
af2e6bf87c
commit
b908f2e9dd
2
.github/workflows/self-push.yml
vendored
2
.github/workflows/self-push.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
source .env/bin/activate
|
||||
pip install torch==1.4.0
|
||||
pip install torch
|
||||
pip install .[sklearn,testing]
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
|
Loading…
Reference in New Issue
Block a user