Update README.md
Browse files
README.md
CHANGED
@@ -152,7 +152,8 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
152 |
trust_remote_code=True,
|
153 |
|
154 |
# If you have installed flash attention 2
|
155 |
-
# attn_implementation="flash_attention_2",
|
|
|
156 |
)
|
157 |
model.to(device)
|
158 |
tokenizer = AutoTokenizer.from_pretrained("OuteAI/Lite-Oute-2-Mamba2Attn-Base")
|
|
|
152 |
trust_remote_code=True,
|
153 |
|
154 |
# If you have installed flash attention 2
|
155 |
+
# attn_implementation="flash_attention_2",
|
156 |
+
# torch_dtype=torch.bfloat16,
|
157 |
)
|
158 |
model.to(device)
|
159 |
tokenizer = AutoTokenizer.from_pretrained("OuteAI/Lite-Oute-2-Mamba2Attn-Base")
|