Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ pipe.fuse_lora()
|
|
| 137 |
pipe.transformer.set_attn_processor(QwenDoubleStreamAttnProcessorFA3())
|
| 138 |
|
| 139 |
# --- Ahead-of-time compilation ---
|
| 140 |
-
optimize_pipeline_(pipe, prompt="prompt")
|
| 141 |
|
| 142 |
# --- UI Constants and Helpers ---
|
| 143 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
|
| 137 |
pipe.transformer.set_attn_processor(QwenDoubleStreamAttnProcessorFA3())
|
| 138 |
|
| 139 |
# --- Ahead-of-time compilation ---
|
| 140 |
+
#optimize_pipeline_(pipe, prompt="prompt")
|
| 141 |
|
| 142 |
# --- UI Constants and Helpers ---
|
| 143 |
MAX_SEED = np.iinfo(np.int32).max
|