Spaces:
Runtime error
Runtime error
Commit
·
85b93f5
1
Parent(s):
226f5c6
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
|
3 |
-
os.system('git clone -b v0.
|
4 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
5 |
os.system('ls -l')
|
6 |
|
|
|
1 |
import os
|
2 |
|
3 |
+
os.system('git clone -b v0.11.0 https://github.com/pytorch/fairseq.git; cd fairseq;'
|
4 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
5 |
os.system('ls -l')
|
6 |
|