-
Notifications
You must be signed in to change notification settings - Fork 30
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
Switch to FSDP #51
Comments
@MichaelClifford Do you think I can help on this one? |
@astefanutti Thanks. I don't think this issue is relevant to the standalone script we are working on since its about modifying a custom |
@MichaelClifford thanks, that's a bit clearer to me now :) Has the switch to FSDP already be completed in the |
@astefanutti yes, it has recently been added to the |
@MichaelClifford awesome, I've just seen #81, you guys are too fast 😃! |
closed by #81 |
FSDP is toolkit for distributed model training. It is an alternative to Deepspeed. The InstructLab team has added support for FSDP in addition to DeepSpeed in their training repo and we would like to implement FSDP instead of DeepSpeed here.
Please see instructlab/training#235 for the relevant changes.
Hopefully this change should not impact our code base significantly, and should primarily consist of updating our
TrainingArgs
here:https://github.com/redhat-et/ilab-on-ocp/blob/8748546911c5188ca392a4166d7a2a5231b2b4e3/training/run_main_ds.py#L153-L154
Since this script is included in our PytorchJob image, the image will also need to be rebuilt to fully implement this change.
The text was updated successfully, but these errors were encountered: