Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def process():
|
|
49 |
python_script = "entry_with_update.py"
|
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-
|
53 |
# additional_arguments = ["--always-cpu"]
|
54 |
|
55 |
# Gabungkan semua argumen
|
|
|
49 |
python_script = "entry_with_update.py"
|
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-cpu"]
|
53 |
# additional_arguments = ["--always-cpu"]
|
54 |
|
55 |
# Gabungkan semua argumen
|