dwb2023 commited on
Commit
2162545
·
verified ·
1 Parent(s): 565f6fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ model = AutoModelForCausalLM.from_pretrained(
29
  device_map="cuda",
30
  torch_dtype="auto",
31
  trust_remote_code=True,
 
32
  )
33
  tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
34
 
 
29
  device_map="cuda",
30
  torch_dtype="auto",
31
  trust_remote_code=True,
32
+ attn_implementation='eager',
33
  )
34
  tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
35