Error on downloading anon8231489123/vicuna-13b-GPTQ-4bit-128g

Type the name of your desired Hugging Face model in the format organization/name.

Examples:
facebook/opt-1.3b
EleutherAI/pythia-1.4b-deduped

Input> anon8231489123/vicuna-13b-GPTQ-4bit-128g
Traceback (most recent call last):
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\connectionpool.py”, line 700, in urlopen
self._prepare_proxy(conn)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\connectionpool.py”, line 996, in prepare_proxy
conn.connect()
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\connection.py”, line 419, in connect
self.sock = ssl_wrap_socket(
File "E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\util\ssl
.py", line 449, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(
File "E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\util\ssl
.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\ssl.py”, line 513, in wrap_socket
return self.sslsocket_class._create(
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\ssl.py”, line 1071, in _create
self.do_handshake()
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\ssl.py”, line 1342, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\requests\adapters.py”, line 440, in send
resp = conn.urlopen(
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\connectionpool.py”, line 787, in urlopen
retries = retries.increment(
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\urllib3\util\retry.py”, line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘huggingface.co’, port=443): Max retries exceeded with url: /api/models/anon8231489123/vicuna-13b-GPTQ-4bit-128g/tree/main (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)’)))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “E:\GenAI\oobabooga_windows\text-generation-webui\download-model.py”, line 267, in
links, sha256, is_lora = get_download_links_from_huggingface(model, branch, text_only=args.text_only)
File “E:\GenAI\oobabooga_windows\text-generation-webui\download-model.py”, line 101, in get_download_links_from_huggingface
r = requests.get(url)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\requests\api.py”, line 75, in get
return request(‘get’, url, params=params, **kwargs)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\requests\api.py”, line 61, in request
return session.request(method=method, url=url, **kwargs)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\requests\sessions.py”, line 529, in request
resp = self.send(prep, **send_kwargs)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\requests\sessions.py”, line 645, in send
r = adapter.send(request, **kwargs)
File “E:\GenAI\oobabooga_windows\installer_files\env\lib\site-packages\requests\adapters.py”, line 517, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘huggingface.co’, port=443): Max retries exceeded with url: /api/models/anon8231489123/vicuna-13b-GPTQ-4bit-128g/tree/main (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)’)))
INFO:Gradio HTTP request redirected to localhost :slight_smile:
ERROR:No models are available! Please download at least one.

same issue at my side