Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
•
46d640c
1
Parent(s):
3452998
update
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import os
|
|
2 |
|
3 |
|
4 |
os.system('git clone https://github.com/pytorch/fairseq.git; cd fairseq;'
|
5 |
-
'git checkout tags/v0.10.1;'
|
6 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
7 |
os.system('ls -l')
|
8 |
|
|
|
2 |
|
3 |
|
4 |
os.system('git clone https://github.com/pytorch/fairseq.git; cd fairseq;'
|
|
|
5 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
6 |
os.system('ls -l')
|
7 |
|