We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1d457 commit 8691e58Copy full SHA for 8691e58
.github/workflows/integration-test.yml
@@ -30,7 +30,7 @@ jobs:
30
python -m pip install --quiet --upgrade pip
31
python -m pip install --quiet --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
32
python -m pip install --quiet pytest requests cmake ninja deep-phonemizer sentencepiece flashlight-text git+https://github.com/kpu/kenlm
33
- python setup.py install
+ USE_CUDA=0 python setup.py install
34
- name: Run integration test
35
run: |
36
cd test && pytest integration_tests -v --use-tmp-hub-dir
0 commit comments