mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +06:00
Fix GPU tests with speech
This commit is contained in:
parent
2295d783d5
commit
1aa9c13f70
6
.github/workflows/self-push.yml
vendored
6
.github/workflows/self-push.yml
vendored
@ -51,8 +51,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
source .env/bin/activate
|
||||
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
|
||||
pip install --upgrade pip
|
||||
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
|
||||
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece,speech]
|
||||
pip install git+https://github.com/huggingface/datasets
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
@ -197,8 +198,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
source .env/bin/activate
|
||||
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
|
||||
pip install --upgrade pip
|
||||
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
|
||||
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece,speech]
|
||||
pip install git+https://github.com/huggingface/datasets
|
||||
|
||||
- name: Are GPUs recognized by our DL frameworks
|
||||
|
Loading…
Reference in New Issue
Block a user