Closed KevinZhang0120 closed 2 months ago
Hi @KevinZhang0120, sorry for the inconvenience. It looks like your machine took more than 10s to connect to network. This is usually a transient error but if it happens again, you can set the HF_HUB_ETAG_TIMEOUT
and HF_HUB_DOWNLOAD_TIMEOUT
with higher values (default to 10s each). See reference for more details.
Describe the bug
Running autotokenizer on defog/sqlcoder-70b-alpha getting error that never happened before (Llama model works fine):
Reproduction
from transformers import AutoTokenizer
model_id = "defog/sqlcoder-70b-alpha" model_id = "meta-llama/Llama-3.1-8B"
Load the tokenizer for the specified model.
tokenizer = AutoTokenizer.from_pretrained(model_id, padding_side = "right")
Logs
No response
System info