mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #13686] issue: Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main. #55663
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @umigliore on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13686
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.7
Ollama Version (if applicable)
0.6.8
Operating System
Ubuntu 22.04
Browser (if applicable)
Safari 18.4
Confirmation
README.md.Expected Behavior
It should find the correct model at startup.
Actual Behavior
There is an error at startup. It cannot find a repo that seems to have different name:
https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main
I found the same model here:
https://huggingface.co/BAAI/bge-reranker-v2-m3/tree/main
Steps to Reproduce
Error is showed at startup.
Logs & Screenshots
ERROR [open_webui.retrieval.utils] Cannot determine model snapshot path: 401 Client Error. (Request ID: Root=1-681c76bd-29b6ce3b56bc6fb67564c2c7;95a27ed8-3dfe-44c8-8720-ea17f1f2bf82)
open-webui-1 |
open-webui-1 | Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main.
open-webui-1 | Please make sure you specified the correct
repo_idandrepo_type.open-webui-1 | If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
open-webui-1 | Invalid username or password.
open-webui-1 | Traceback (most recent call last):
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
open-webui-1 | response.raise_for_status()
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
open-webui-1 | raise HTTPError(http_error_msg, response=self)
open-webui-1 | requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main
open-webui-1 |
open-webui-1 | The above exception was the direct cause of the following exception:
open-webui-1 |
open-webui-1 | Traceback (most recent call last):
open-webui-1 | File "/app/backend/open_webui/retrieval/utils.py", line 631, in get_model_path
open-webui-1 | model_repo_path = snapshot_download(**snapshot_kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
open-webui-1 | return fn(*args, **kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 232, in snapshot_download
open-webui-1 | raise api_call_error
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 155, in snapshot_download
open-webui-1 | repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
open-webui-1 | return fn(*args, **kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2807, in repo_info
open-webui-1 | return method(
open-webui-1 | ^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
open-webui-1 | return fn(*args, **kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2592, in model_info
open-webui-1 | hf_raise_for_status(r)
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 459, in hf_raise_for_status
open-webui-1 | raise _format(RepositoryNotFoundError, message, response) from e
open-webui-1 | huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-681c76bd-29b6ce3b56bc6fb67564c2c7;95a27ed8-3dfe-44c8-8720-ea17f1f2bf82)
open-webui-1 |
open-webui-1 | Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main.
open-webui-1 | Please make sure you specified the correct
repo_idandrepo_type.open-webui-1 | If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
open-webui-1 | Invalid username or password.
open-webui-1 | ERROR [open_webui.routers.retrieval] CrossEncoder: linux6200/bge-reranker-v2-m3 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
open-webui-1 | If this is a private repository, make sure to pass a token having permission to this repo either by logging in with
huggingface-cli loginor by passingtoken=<your_token>open-webui-1 | ERROR [open_webui.main] Error updating models: [ERROR: CrossEncoder error]
open-webui-1 | INFO: Started server process [1]
Additional Information
There is an error at startup. It cannot find a repo that seems to have different name:
https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main
I found the same model here:
https://huggingface.co/BAAI/bge-reranker-v2-m3/tree/main