Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
#os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y") #Installing Rust manually
|
3 |
#os.system("exec bash")
|
4 |
#os.system("pip install --upgrade pip")
|
5 |
-
os.system("pip install transformers==4.
|
6 |
os.system("pip install tokenizers fairseq")
|
7 |
os.system("pip install numpy==1.24") #NumPy 1.24 or less needed by Numba. Use 1.23, librosa still uses np.complex which was dropped in NumPy 1.24
|
8 |
#os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
|
|
|
2 |
#os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y") #Installing Rust manually
|
3 |
#os.system("exec bash")
|
4 |
#os.system("pip install --upgrade pip")
|
5 |
+
os.system("pip install transformers==4.33")
|
6 |
os.system("pip install tokenizers fairseq")
|
7 |
os.system("pip install numpy==1.24") #NumPy 1.24 or less needed by Numba. Use 1.23, librosa still uses np.complex which was dropped in NumPy 1.24
|
8 |
#os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
|