zhiweili
commited on
Commit
Β·
0a61cdb
1
Parent(s):
d4ce12c
reinstall nexfort
Browse files- app_onediff.py +1 -1
app_onediff.py
CHANGED
@@ -26,7 +26,7 @@ def runcmd(cmd, verbose = False, *args, **kwargs):
|
|
26 |
print(std_out.strip(), std_err)
|
27 |
pass
|
28 |
|
29 |
-
os.system("python3 -m pip --no-cache-dir install
|
30 |
os.system("git clone https://github.com/siliconflow/onediff.git")
|
31 |
os.system("cd onediff && python3 -m pip install .")
|
32 |
# sys.path.append("/home/user/app/onediff/src")
|
|
|
26 |
print(std_out.strip(), std_err)
|
27 |
pass
|
28 |
|
29 |
+
os.system("python3 -m pip --no-cache-dir install -U nexfort")
|
30 |
os.system("git clone https://github.com/siliconflow/onediff.git")
|
31 |
os.system("cd onediff && python3 -m pip install .")
|
32 |
# sys.path.append("/home/user/app/onediff/src")
|