mlabonne commited on
Commit
c0e030b
·
verified ·
1 Parent(s): 85efa52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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)