zhiweili commited on
Commit
6981f48
Β·
1 Parent(s): 83b6a09

test oneflow

Browse files
Files changed (1) hide show
  1. app_onediff.py +1 -1
app_onediff.py CHANGED
@@ -11,8 +11,8 @@ from diffusers import (
11
  )
12
 
13
 
 
14
  os.system("pip install --pre onediff")
15
- os.system("pip install -U --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/community_cu122")
16
 
17
  import oneflow as flow
18
  from onediff.infer_compiler import oneflow_compile
 
11
  )
12
 
13
 
14
+ os.system("pip install --pre oneflow")
15
  os.system("pip install --pre onediff")
 
16
 
17
  import oneflow as flow
18
  from onediff.infer_compiler import oneflow_compile