gargamit commited on
Commit
96bbd87
1 Parent(s): 4d50ff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ model = AutoModelForCausalLM.from_pretrained(
91
  "microsoft/Phi-3.5-MoE-instruct",
92
  device_map="cuda",
93
  torch_dtype="auto",
94
- trust_remote_code=True,
95
  )
96
 
97
  tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3.5-MoE-instruct")
 
91
  "microsoft/Phi-3.5-MoE-instruct",
92
  device_map="cuda",
93
  torch_dtype="auto",
94
+ trust_remote_code=False,
95
  )
96
 
97
  tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3.5-MoE-instruct")