seawolf2357 commited on
Commit
f2c30dc
·
verified ·
1 Parent(s): 93de56b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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