prithivMLmods commited on
Commit
f452786
·
verified ·
1 Parent(s): c417fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ model_p = AutoModelForImageTextToText.from_pretrained(
141
  trust_remote_code=True,
142
  subfolder=SUBFOLDER_P,
143
  torch_dtype=torch.float16,
144
- attn_implementation="flash_attention_2"
145
  ).to(device).eval()
146
 
147
 
 
141
  trust_remote_code=True,
142
  subfolder=SUBFOLDER_P,
143
  torch_dtype=torch.float16,
144
+ #attn_implementation="flash_attention_2"
145
  ).to(device).eval()
146
 
147