File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2727 pip install -r requirements/tests.txt
2828 sudo apt-get update
2929 sudo apt-get install -y libsndfile1 ffmpeg sox libsox-fmt-mp3
30- pip install pytorch_lightning
31- pip install Cython wheel # need to pre-install to avoid error in nemo installation
3230 pip install nemo-toolkit[common]==2.2.1
33- pip install pymarian
31+ pip install fasttext
3432 python -m pip cache purge
3533
3634 - name : Run Granary E2E test
Original file line number Diff line number Diff line change 7474 pip install Cython wheel # need to pre-install to avoid error in nemo installation
7575 pip install nemo-toolkit[asr,nlp]==2.2.1
7676 pip install nemo_text_processing
77- pip install pymarian
7877 pip install -r requirements/huggingface.txt
7978 pip install certifi #this needed to avoid problems with certificates [COORAL]
8079 export SSL_CERT_FILE=$(python -m certifi)
You can’t perform that action at this time.
0 commit comments