|
33 | 33 |
|
34 | 34 | - name: Install dependencies
|
35 | 35 | run: |
|
36 |
| - apt -y update && apt install -y libsndfile1-dev git |
| 36 | + apt -y update && apt install -y libsndfile1-dev git espeak-ng |
37 | 37 | pip install --upgrade pip
|
38 | 38 | pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
|
| 39 | + pip install https://github.com/kpu/kenlm/archive/master.zip |
39 | 40 | pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html -U
|
40 | 41 |
|
41 | 42 | - name: Are GPUs recognized by our DL frameworks
|
@@ -100,9 +101,10 @@ jobs:
|
100 | 101 |
|
101 | 102 | - name: Install dependencies
|
102 | 103 | run: |
|
103 |
| - apt -y update && apt install -y libsndfile1-dev git |
| 104 | + apt -y update && apt install -y libsndfile1-dev git espeak-ng |
104 | 105 | pip install --upgrade pip
|
105 | 106 | pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
|
| 107 | + pip install https://github.com/kpu/kenlm/archive/master.zip |
106 | 108 | pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html -U
|
107 | 109 |
|
108 | 110 | - name: Are GPUs recognized by our DL frameworks
|
@@ -152,10 +154,11 @@ jobs:
|
152 | 154 |
|
153 | 155 | - name: Install dependencies
|
154 | 156 | run: |
|
155 |
| - apt -y update && apt install -y libaio-dev |
| 157 | + apt -y update && apt install -y libaio-dev libsndfile1-dev git espeak-ng |
156 | 158 | pip install --upgrade pip
|
157 | 159 | pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html -U
|
158 | 160 | pip install .[testing,deepspeed]
|
| 161 | + pip install https://github.com/kpu/kenlm/archive/master.zip |
159 | 162 | pip install git+https://github.com/microsoft/DeepSpeed
|
160 | 163 |
|
161 | 164 | - name: Are GPUs recognized by our DL frameworks
|
@@ -193,11 +196,12 @@ jobs:
|
193 | 196 |
|
194 | 197 | - name: Install dependencies
|
195 | 198 | run: |
|
196 |
| - apt -y update && apt install -y libaio-dev |
| 199 | + apt -y update && apt install -y libaio-dev libsndfile1-dev git espeak-ng |
197 | 200 | pip install --upgrade pip
|
198 | 201 | pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html -U
|
199 | 202 | rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
|
200 | 203 | pip install .[testing,fairscale]
|
| 204 | + pip install https://github.com/kpu/kenlm/archive/master.zip |
201 | 205 | pip install git+https://github.com/microsoft/DeepSpeed # testing bleeding edge
|
202 | 206 |
|
203 | 207 | - name: Are GPUs recognized by our DL frameworks
|
|
0 commit comments