You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /Qwen/Qwen2.5-7B-Instruct/resolve/main/config.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fc2e7107bc0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 55fac267-b684-4110-98ad-c220dd60e2e2)')
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /Qwen/Qwen2.5-7B-Instruct/resolve/main/config.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fc2e7107bc0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 55fac267-b684-4110-98ad-c220dd60e2e2)')
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
I just tried to reproduce this, but it worked as expected. I'm using a newer version though (v0.6.3.dev116+g151ef4ef). Can you try with an updated version in case it's been resolved already?
Your current environment
The output of `python collect_env.py`
Model Input Dumps
export VLLM_USE_MODELSCOPE=True
vllm serve Qwen/Qwen2.5-7B-Instruct --enable-auto-tool-choice --tool-call-parser hermes
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /Qwen/Qwen2.5-7B-Instruct/resolve/main/config.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fc2e7107bc0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 55fac267-b684-4110-98ad-c220dd60e2e2)')
🐛 Describe the bug
export VLLM_USE_MODELSCOPE=True
vllm serve Qwen/Qwen2.5-7B-Instruct --enable-auto-tool-choice --tool-call-parser hermes
from huggingface.co
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /Qwen/Qwen2.5-7B-Instruct/resolve/main/config.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fc2e7107bc0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 55fac267-b684-4110-98ad-c220dd60e2e2)')
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: