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
7: [rank80]: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)
Running FSDP example, 16 p5 nodes. The example worked with 8 nodes
The text was updated successfully, but these errors were encountered:
Suspected issue with train_util.py.
Suggested adding to line 19:
datasets.config.DOWNLOADER_TIMEOUT = 1800
and to line 478 (within streaming dataloader function)
tokenizer = AutoTokenizer.from_pretrained(tokenizer, timeout=1800)
Sorry, something went wrong.
This issue resolved by this commit. 559e018
No branches or pull requests
Running FSDP example, 16 p5 nodes. The example worked with 8 nodes
The text was updated successfully, but these errors were encountered: