zhiweili
commited on
Commit
Β·
34c126d
1
Parent(s):
540a2ae
add pip show
Browse files- app_onediff.py +3 -2
app_onediff.py
CHANGED
|
@@ -16,9 +16,10 @@ os.system("git clone https://github.com/siliconflow/onediff.git")
|
|
| 16 |
os.system("cd onediff && python3 -m pip install -e .")
|
| 17 |
os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install -e .")
|
| 18 |
|
| 19 |
-
os.system("
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
from onediff.infer_compiler import oneflow_compile
|
| 22 |
from onediffx import compile_pipe
|
| 23 |
|
| 24 |
def nexfort_compile(torch_module: torch.nn.Module):
|
|
|
|
| 16 |
os.system("cd onediff && python3 -m pip install -e .")
|
| 17 |
os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install -e .")
|
| 18 |
|
| 19 |
+
os.system("pip show nexfort")
|
| 20 |
+
os.system("pip show onediff")
|
| 21 |
+
os.system("pip show onediffx")
|
| 22 |
|
|
|
|
| 23 |
from onediffx import compile_pipe
|
| 24 |
|
| 25 |
def nexfort_compile(torch_module: torch.nn.Module):
|