Update README.md
Browse files
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=
|
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")
|