prithivMLmods commited on
Commit
55c06bc
·
verified ·
1 Parent(s): fbed3fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -157,7 +157,6 @@ print("Loading moondream3-preview...")
157
  MODEL_ID_MD3 = "moondream/moondream3-preview"
158
  model_md3 = AutoModelForCausalLM.from_pretrained(
159
  MODEL_ID_MD3,
160
- attn_implementation="flash_attention_2",
161
  trust_remote_code=True,
162
  torch_dtype=torch.bfloat16,
163
  device_map={"": "cuda"},
 
157
  MODEL_ID_MD3 = "moondream/moondream3-preview"
158
  model_md3 = AutoModelForCausalLM.from_pretrained(
159
  MODEL_ID_MD3,
 
160
  trust_remote_code=True,
161
  torch_dtype=torch.bfloat16,
162
  device_map={"": "cuda"},