Spaces:
Runtime error
Runtime error
Shrirang20
commited on
Create packages.txt
Browse files- packages.txt +6 -0
packages.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Install the custom version of NeMo by AI4Bharat
|
2 |
+
wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
|
3 |
+
|
4 |
+
unzip -q /content/ai4b_nemo.zip && cd NeMo
|
5 |
+
pip install -e .
|
6 |
+
bash reinstall.sh
|