-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Your current environment
The output of python collect_env.py
Your output of `python collect_env.py` here
🐛 Describe the bug
ERROR 07-01 23:05:48 [config.py:103] Error retrieving file list: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/Qwen/Qwen2.5-1.5B-Instruct/tree/main?recursive=True&expand=False
huggingface_hub
will clean the empty string token when get from other source, should we keep doing the same thing ?
Currently we only get it from the environment variable but do not handle the empty string scenario.
vllm/vllm/transformers_utils/config.py
Line 198 in 27b8017
token=os.getenv('HF_TOKEN', None)) |
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working