zhiweili
commited on
Commit
Β·
6981f48
1
Parent(s):
83b6a09
test oneflow
Browse files- 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
|