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
报错url访问404,实在找不出来哪里出现了问题无法正常下载roberta-base模型 2024-09-03 18:11:37 - urllib3.connectionpool - DEBUG: - Starting new HTTP connection (1): 212.129.155.247:80 2024-09-03 18:11:37 - urllib3.connectionpool - DEBUG: - http://212.129.155.247:80 "GET /embedding/roberta-base.zip HTTP/11" 404 3650
raise HTTPError(f"Status code:{req.status_code}. Fail to download from {url}.")
requests.exceptions.HTTPError: Status code:404. Fail to download from http://212.129.155.247/embedding/roberta-base.zip.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错url访问404,实在找不出来哪里出现了问题无法正常下载roberta-base模型
2024-09-03 18:11:37 - urllib3.connectionpool - DEBUG: - Starting new HTTP connection (1): 212.129.155.247:80
2024-09-03 18:11:37 - urllib3.connectionpool - DEBUG: - http://212.129.155.247:80 "GET /embedding/roberta-base.zip HTTP/11" 404 3650
requests.exceptions.HTTPError: Status code:404. Fail to download from http://212.129.155.247/embedding/roberta-base.zip.
The text was updated successfully, but these errors were encountered: