mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Fix failing workflows
This commit is contained in:
parent
92970c0cb9
commit
e783ea7304
2
.github/workflows/self-push.yml
vendored
2
.github/workflows/self-push.yml
vendored
@ -38,7 +38,6 @@ jobs:
|
||||
apt -y update && apt install -y libsndfile1-dev
|
||||
pip install --upgrade pip
|
||||
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
|
||||
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
run: |
|
||||
@ -122,7 +121,6 @@ jobs:
|
||||
apt -y update && apt install -y libsndfile1-dev
|
||||
pip install --upgrade pip
|
||||
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
|
||||
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
run: |
|
||||
|
2
.github/workflows/self-scheduled.yml
vendored
2
.github/workflows/self-scheduled.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
||||
apt -y update && apt install -y libsndfile1-dev
|
||||
pip install --upgrade pip
|
||||
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
|
||||
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
run: |
|
||||
@ -157,7 +156,6 @@ jobs:
|
||||
apt -y update && apt install -y libsndfile1-dev
|
||||
pip install --upgrade pip
|
||||
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
|
||||
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu111.html
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user