fastNLP icon indicating copy to clipboard operation
fastNLP copied to clipboard

无法下载模型 FastNLP==0.6.0

Open BMM666hh opened this issue 1 year ago • 0 comments

报错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.

BMM666hh avatar Sep 03 '24 10:09 BMM666hh