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

Has anyone tried utilizing FSDP (Fully Sharded Data Parallel) for Vim? #100

Open
chokevin8 opened this issue Jul 1, 2024 · 0 comments
Open

Comments

@chokevin8
Copy link

I wonder if anyone has tried an implementation of FSDP, it would help train larger Vim models for larger datasets since FSDP will shard the models and its parameters across nodes/GPUs as well, while DDP doesn't. I am aware that FSDP is specifically optimized for Transformers, so I was wondering if anyone has an implementation or knows of one. Thanks!

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

1 participant