Error in LlamaTokenizer.from_pretrained(
#1
by
VeronicaBatista
- opened
Hello, I tried to import this model and got an error:
model_path = r'openllmplayground/openalpaca_3b_600bt_preview'
tokenizer = LlamaTokenizer.from_pretrained(model_path)
The error:
ProxyError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openllmplayground/openalpaca_3b_600bt_preview/resolve/main/tokenizer.model (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required')))"), '(Request ID: 3e234643-e638-4824-836e-a1ded716b733)')
Does someone know how to solve it?