Unauthourized error
I have been granted access to the meta-llama/Meta-Llama-3-70B-Instruct model.
and I also have create my Hugging Face Token and did
huggingface-cli login --token my_token
When I ran the model, I still got unauthorized error.
2024-11-14T16:30:27.728976Z INFO text_generation_benchmark: benchmark/src/main.rs:138: Loading tokenizer
2024-11-14T16:30:27.729006Z INFO text_generation_benchmark: benchmark/src/main.rs:147: Downloading tokenizer
thread 'main' panicked at benchmark/src/main.rs:159:78:
called Result::unwrap()
on an Err
value: RequestError(Status(401, Response[status: 401, status_text: Unauthorized, url: https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct/resolve/main/tokenizer.json]))
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
Aborted (core dumped)