LetheSec / HuggingFace-Download-Accelerator

利用HuggingFace的官方下载工具从镜像网站进行高速下载。
764 stars 70 forks source link

开启hf_transfer报错 #5

Closed MarvinLong closed 9 months ago

MarvinLong commented 9 months ago
download(url, temp_file.name, max_files, chunk_size, headers=headers)
Exception: Error while downloading: reqwest::Error { kind: Body, source: hyper::Error(Body, Custom { kind: UnexpectedEof, error: IncompleteBody }) }

......
RuntimeError: An error occurred while downloading using `hf_transfer`. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.
LetheSec commented 9 months ago

我暂时不清楚你这个是什么原因,可以试试通过添加 --use_hf_transfer False 参数不启用 hf_transfer 进行下载

MarvinLong commented 9 months ago

我暂时不清楚你这个是什么原因,可以试试通过添加 --use_hf_transfer False 参数不启用 hf_transfer 进行下载

是的, 置False 就可以了, 上面是反馈下问题