Skip to content
New issue

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

files in multi-node training #1146

Closed
mackmake opened this issue Feb 14, 2024 · 2 comments
Closed

files in multi-node training #1146

mackmake opened this issue Feb 14, 2024 · 2 comments

Comments

@mackmake
Copy link

i want to trin on multi-node. is it necessary to copy preprocessed dataset file and tokenizer to all nodes? or all nodes read these files from master node?

@StellaAthena
Copy link
Member

Typically we store them in a shared file storage system that every node has access to, but if you are training multi-node and require locally storage data then yes you'll need to share them across the storage systems.

@mackmake
Copy link
Author

thnks shared memory was a nice idea ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants