multimodalart HF Staff commited on
Commit
53123ce
·
verified ·
1 Parent(s): a24b191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,7 +57,8 @@ pipe = HeliosPyramidPipeline.from_pretrained(
57
  is_distilled=True
58
  )
59
  pipe.to("cuda")
60
- # pipe.transformer.set_attention_backend("_flash_3_hub")
 
61
 
62
  # ---------------------------------------------------------------------------
63
  # Generation (decorated for ZeroGPU)
 
57
  is_distilled=True
58
  )
59
  pipe.to("cuda")
60
+
61
+ pipe.transformer.set_attention_backend("_flash_3_hub")
62
 
63
  # ---------------------------------------------------------------------------
64
  # Generation (decorated for ZeroGPU)