Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def process():
|
|
50 |
|
51 |
# Argument yang ingin Anda tambahkan
|
52 |
# additional_arguments = ["--disable-xformers", "--pytorch-deterministic", "--disable-ipex-hijack", "--disable-header-check", "--disable-async-cuda-allocation", "--disable-attention-upcast", "--always-offload-from-vram", "--all-in-fp32", "--always-no-vram"]
|
53 |
-
additional_arguments = ["--always-
|
54 |
|
55 |
# Gabungkan semua argumen
|
56 |
# PIP = ["pip", "install", "torch_directml"]
|
|
|
50 |
|
51 |
# Argument yang ingin Anda tambahkan
|
52 |
# additional_arguments = ["--disable-xformers", "--pytorch-deterministic", "--disable-ipex-hijack", "--disable-header-check", "--disable-async-cuda-allocation", "--disable-attention-upcast", "--always-offload-from-vram", "--all-in-fp32", "--always-no-vram"]
|
53 |
+
additional_arguments = ["--always-cpu"]
|
54 |
|
55 |
# Gabungkan semua argumen
|
56 |
# PIP = ["pip", "install", "torch_directml"]
|