"tests/modeling_tf_bert_test.py" did not exist on "939148b050930897510c26f6d2833ef8e8029fa2"
Unverified Commit 3724156b authored by Francisco Kurucz's avatar Francisco Kurucz Committed by GitHub
Browse files

Fix load correct tokenizer in Mixtral model documentation (#28437)

parent cef2e40e
......@@ -66,7 +66,7 @@ These ready-to-use checkpoints can be downloaded and used via the HuggingFace Hu
>>> device = "cuda" # the device to load the model onto
>>> model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-v0.1")
>>> tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-8x7B")
>>> tokenizer = AutoTokenizer.from_pretrained("mistralai/Mixtral-8x7B-v0.1")
>>> prompt = "My favourite condiment is"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment