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
https://github.com/hiyouga/LLaMA-Factory/blob/main/src/llmtuner/dsets/loader.py#L92C16-L92C35
这个会导致不同gpu上的数据条数不一样,这或许是训练过程快结束的时候会卡主的原因? 并且seed不同,很多数据会被重复使用,很多数据可能不会被用到,这和分布式训练切分数据是有矛盾的。
The text was updated successfully, but these errors were encountered:
7a11a42
已修复
Sorry, something went wrong.
No branches or pull requests
https://github.com/hiyouga/LLaMA-Factory/blob/main/src/llmtuner/dsets/loader.py#L92C16-L92C35
这个会导致不同gpu上的数据条数不一样,这或许是训练过程快结束的时候会卡主的原因?
并且seed不同,很多数据会被重复使用,很多数据可能不会被用到,这和分布式训练切分数据是有矛盾的。
The text was updated successfully, but these errors were encountered: