Alexandre-Numind commited on
Commit
dc29570
·
verified ·
1 Parent(s): e77d9f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ model = AutoModelForVision2Seq.from_pretrained(
8
  model_name,
9
  trust_remote_code=True,
10
  torch_dtype=torch.bfloat16,
11
- attn_implementation="flash_attention_2",
12
  device_map="auto",
13
  )
14
  processor = AutoProcessor.from_pretrained(
 
8
  model_name,
9
  trust_remote_code=True,
10
  torch_dtype=torch.bfloat16,
 
11
  device_map="auto",
12
  )
13
  processor = AutoProcessor.from_pretrained(