HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name':
'/root/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/8b3219a92973c328a8e22fadcfa821b5dc75636a'. Use `repo_type` argument if needed.
Originally created by @202030481266 on GitHub (Jul 29, 2024).
# Bug Report
Follow the guide: https://docs.openwebui.com/getting-started/#installation-with-pip-beta
```bash
pip install open-webui
open-webui serve
```
It gave me this error:
```
HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name':
'/root/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/8b3219a92973c328a8e22fadcfa821b5dc75636a'. Use `repo_type` argument if needed.
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @202030481266 on GitHub (Jul 29, 2024).
Bug Report
Follow the guide: https://docs.openwebui.com/getting-started/#installation-with-pip-beta
It gave me this error:
@202030481266 commented on GitHub (Jul 29, 2024):
2024.7.29 已解决,属于Huggingface缓存自带的问题,删除缓存文件即可解决。