MegaTronX commited on
Commit
64a04d2
·
verified ·
1 Parent(s): d189df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -70,7 +70,6 @@ tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
70
  model = AutoModelForCausalLM.from_pretrained(
71
  MODEL_ID,
72
  device_map="auto",
73
- attn_implementation="flash_attention_2",
74
  trust_remote_code=True
75
  )
76
 
 
70
  model = AutoModelForCausalLM.from_pretrained(
71
  MODEL_ID,
72
  device_map="auto",
 
73
  trust_remote_code=True
74
  )
75