zhiweili commited on
Commit
6fd0d71
Β·
1 Parent(s): f4babe0

test onediff

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