We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0df3f commit 1d61adfCopy full SHA for 1d61adf
.github/workflows/tests.yml
@@ -72,7 +72,7 @@ jobs:
72
sudo apt-get install -y libsndfile1 ffmpeg sox libsox-fmt-mp3
73
pip install pytorch_lightning
74
pip install Cython wheel # need to pre-install to avoid error in nemo installation
75
- pip install nemo-toolkit[asr,nlp]==1.23.0
+ pip install nemo-toolkit[asr,nlp]==2.3.2
76
pip install nemo_text_processing
77
pip install -r requirements/huggingface.txt
78
pip install certifi #this needed to avoid problems with certificates [COORAL]
0 commit comments