Got issue when try to load the tokenizer

#14
by engelsl - opened

Here is my command :
self.tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2", token="hf_")

And this is the answer that i get in return :
failed to load 'mistral' version 1: Internal: OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like mistralai/Mistral-7B-Instruct-v0.2 is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

Is anyone have idea on what happen ? I try also with the v0.1 and v0.3

Sign up or log in to comment