We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bdce3 commit 786d3baCopy full SHA for 786d3ba
src/huggingface_hub/file_download.py
@@ -390,9 +390,8 @@ def http_get(
390
391
consistency_error_message = (
392
f"Consistency check failed: file should be of size {expected_size} but has size"
393
- f" {{actual_size}} ({displayed_filename}).\nWe are sorry for the inconvenience. Please retry"
394
- " with `force_download=True`.\nIf the issue persists, please let us know by opening an issue "
395
- "on https://github.com/huggingface/huggingface_hub."
+ f" {{actual_size}} ({displayed_filename}).\nThis is usually due to network issues while downloading the file."
+ " Please retry with `force_download=True`."
396
)
397
398
# Stream file to buffer
0 commit comments