We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embeddings = HuggingFaceEmbeddings(model_name=model_name) 这一句报错,因为huggingface没登录,怎么改成本地已经下载的呀
发生异常: RepositoryNotFoundError 401 Client Error. (Request ID: Root=1-642c3974-240560a346fb2eb565ed790b)
Repository Not Found for url: https://huggingface.co/api/models/sentence-transformers/text2vec-base-chinese. Please make sure you specified the correct repo_id and repo_type. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid username or password. requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/sentence-transformers/text2vec-base-chinese
repo_id
repo_type
The above exception was the direct cause of the following exception:
File "E:\AI模型\wenda-main\GLM6BAPI.py", line 152, in embeddings = HuggingFaceEmbeddings(model_name=model_name) huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-642c3974-240560a346fb2eb565ed790b)
Repository Not Found for url: https://huggingface.co/api/models/sentence-transformers/text2vec-base-chinese. Please make sure you specified the correct repo_id and repo_type. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid username or password.
The text was updated successfully, but these errors were encountered:
https://github.com/l15y/wenda#chatpdf%E5%8A%9F%E8%83%BD%E5%9C%A8chatglm-6b%E6%A8%A1%E5%9E%8B%E5%AE%9E%E7%8E%B0
Sorry, something went wrong.
?? 为什么这个链接没什么用就关闭了
No branches or pull requests
embeddings = HuggingFaceEmbeddings(model_name=model_name)
这一句报错,因为huggingface没登录,怎么改成本地已经下载的呀
发生异常: RepositoryNotFoundError
401 Client Error. (Request ID: Root=1-642c3974-240560a346fb2eb565ed790b)
Repository Not Found for url: https://huggingface.co/api/models/sentence-transformers/text2vec-base-chinese.
Please make sure you specified the correct
repo_id
andrepo_type
.If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password.
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/sentence-transformers/text2vec-base-chinese
The above exception was the direct cause of the following exception:
File "E:\AI模型\wenda-main\GLM6BAPI.py", line 152, in
embeddings = HuggingFaceEmbeddings(model_name=model_name)
huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-642c3974-240560a346fb2eb565ed790b)
Repository Not Found for url: https://huggingface.co/api/models/sentence-transformers/text2vec-base-chinese.
Please make sure you specified the correct
repo_id
andrepo_type
.If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password.
The text was updated successfully, but these errors were encountered: