Spaces:
Runtime error
Runtime error
adds pre-requirements.txt for Cython
Browse files- pre-requirements.txt +1 -0
- requirements.txt +1 -1
pre-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Cython
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
nemo_toolkit[asr]==1.
|
2 |
hydra-core
|
3 |
wandb
|
4 |
git+https://999f33e0af91e4dcb1f83b334b9b529c9cd2a078@github.com/Tarteel-io/models_evaluation.git@main#egg=models_evaluation[nemo]
|
|
|
1 |
+
nemo_toolkit[asr]==1.22.0
|
2 |
hydra-core
|
3 |
wandb
|
4 |
git+https://999f33e0af91e4dcb1f83b334b9b529c9cd2a078@github.com/Tarteel-io/models_evaluation.git@main#egg=models_evaluation[nemo]
|