-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Train] Add example of pre-training Llama model on Intel Gaudi #45459
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(for train team folks to review)
7ffb29c
to
30f43b6
Compare
30f43b6
to
fb0704f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, pretty clean code snippet now!
@justinvyu can you take a look and merge it after the CI passed? Thank you!
1ac3228
to
466df0b
Compare
@harborn Can you add the orphan tag like we did in the previous PR to pass the CI? |
655ee5d
to
ff83755
Compare
done |
82a4e7c
to
7a98dd1
Compare
Signed-off-by: Wu, Gangsheng <gangsheng.wu@intel.com>
Signed-off-by: Wu, Gangsheng <gangsheng.wu@intel.com>
Signed-off-by: Wu, Gangsheng <gangsheng.wu@intel.com>
Signed-off-by: Wu, Gangsheng <gangsheng.wu@intel.com>
Signed-off-by: Wu, Gangsheng <gangsheng.wu@intel.com>
Signed-off-by: Wu, Gangsheng <gangsheng.wu@intel.com>
Why are these changes needed?
To leverage the potential of Intel Gaudi accelerator, we extend Ray Train's capabilities by adding support for Intel Gaudi (HPU) hardware. This PR include an example for pre-training Llama-7b on multi HPUs.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.