Update README.md
Browse files
README.md
CHANGED
@@ -155,7 +155,6 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
155 |
model_id,
|
156 |
device_map="auto",
|
157 |
torch_dtype="bfloat16",
|
158 |
-
trust_remote_code=True,
|
159 |
# attn_implementation="flash_attention_2" <- uncomment on compatible GPU
|
160 |
)
|
161 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
|
155 |
model_id,
|
156 |
device_map="auto",
|
157 |
torch_dtype="bfloat16",
|
|
|
158 |
# attn_implementation="flash_attention_2" <- uncomment on compatible GPU
|
159 |
)
|
160 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|