Splend1dchan commited on
Commit
55ba48a
1 Parent(s): b14be99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -183,7 +183,7 @@ model = AutoModelForCausalLM.from_pretrained(
183
  "MediaTek-Research/Breeze-7B-Instruct-v0.1",
184
  device_map="auto",
185
  torch_dtype=torch.bfloat16,
186
- use_flash_attn_2=True # optional
187
  )
188
  ```
189
 
 
183
  "MediaTek-Research/Breeze-7B-Instruct-v0.1",
184
  device_map="auto",
185
  torch_dtype=torch.bfloat16,
186
+ attn_implementation="flash_attention_2" # optional
187
  )
188
  ```
189