Alexandre-Numind commited on
Commit
8983ec1
1 Parent(s): 5e52f36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -307,8 +307,6 @@ model = AutoModelForCausalLM.from_pretrained(
307
  "numind/NuExtract",
308
  trust_remote_code=True,
309
  device_map="cuda",
310
- torch_dtype="auto",
311
- attn_implementation="flash_attention_2"
312
  )
313
 
314
 
 
307
  "numind/NuExtract",
308
  trust_remote_code=True,
309
  device_map="cuda",
 
 
310
  )
311
 
312