Spaces:
Runtime error
Runtime error
Commit
·
b3edb7a
1
Parent(s):
75ba0e0
update
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import os
|
|
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('git clone https://github.com/OFA-Sys/OFA.git')
|
8 |
os.system('ls -l')
|
9 |
|
10 |
|
|
|
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 |
|
9 |
|