curiousily commited on
Commit
f0b6f68
1 Parent(s): b63e376

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -27,8 +27,7 @@ tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME, use_fast=True)
27
  model = AutoModelForCausalLM.from_pretrained(
28
  MODEL_NAME,
29
  device_map="auto",
30
- torch_dtype=torch.float16,
31
- trust_remote_code=True,
32
  )
33
 
34
  pipe = pipeline(
 
27
  model = AutoModelForCausalLM.from_pretrained(
28
  MODEL_NAME,
29
  device_map="auto",
30
+ torch_dtype=torch.float16
 
31
  )
32
 
33
  pipe = pipeline(