zhiweili commited on
Commit
0a61cdb
Β·
1 Parent(s): d4ce12c

reinstall nexfort

Browse files
Files changed (1) hide show
  1. 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 --pre nexfort -f https://github.com/siliconflow/nexfort_releases/releases/expanded_assets/torch2.4.1_cu121")
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")