aixsatoshi commited on
Commit
09e73a4
·
verified ·
1 Parent(s): bc02eb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ model = AutoModelForCausalLM.from_pretrained(
12
  model_id,
13
  torch_dtype=torch.bfloat16,
14
  device_map="auto",
15
- use_flash_attention_2=True,
16
  )
17
 
18
  TITLE = "<h1><center>ibm-granite/granite-3.0-8b-instruct Chat webui</center></h1>"
 
12
  model_id,
13
  torch_dtype=torch.bfloat16,
14
  device_map="auto",
15
+ #use_flash_attention_2=True,
16
  )
17
 
18
  TITLE = "<h1><center>ibm-granite/granite-3.0-8b-instruct Chat webui</center></h1>"