[NPU] Add NPU to support hybrid engine#4831
Merged
mrwyattii merged 10 commits intodeepspeedai:masterfrom Feb 1, 2024
Merged
Conversation
Co-authored-by: wangshuai09 <391746016@qq.com>
Contributor
Author
|
@mrwyattii Hi, could you please help to retrigger the workflow and review this PR ? |
Contributor
Author
|
@tjruwase @mrwyattii hi, would you please help to review this PR and add to merge queue? CI has passed. |
Contributor
|
@CurryRice233, thanks for this PR. Apologies for the delay. Most of the team are just returning from the holidays. We will review asap. |
Contributor
Author
|
@tjruwase The CI failed. It seems that there is a problem with the CI server. Can you check it? |
Contributor
Author
Contributor
@CurryRice233, we will review this asap! |
mrwyattii
suggested changes
Jan 26, 2024
mrwyattii
approved these changes
Jan 29, 2024
Contributor
Author
|
@mrwyattii Hi, can you add this PR to merge queue, thank you ! |
mauryaavinash95
pushed a commit
to mauryaavinash95/DeepSpeed
that referenced
this pull request
Feb 17, 2024
Add NPU to support the hybrid engine, we tested it with the example on [DeepSpeedExample](https://github.com/microsoft/DeepSpeedExamples/tree/master/applications/DeepSpeed-Chat/training/step3_rlhf_finetuning) and the results, average reward scores, were aligned with the GPU. For works about NPU, see deepspeedai#4567 --------- Co-authored-by: jializheng <jializheng@huawei.com> Co-authored-by: wangshuai09 <391746016@qq.com> Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com> Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com> Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>
rraminen
pushed a commit
to ROCm/DeepSpeed
that referenced
this pull request
May 9, 2024
Add NPU to support the hybrid engine, we tested it with the example on [DeepSpeedExample](https://github.com/microsoft/DeepSpeedExamples/tree/master/applications/DeepSpeed-Chat/training/step3_rlhf_finetuning) and the results, average reward scores, were aligned with the GPU. For works about NPU, see deepspeedai#4567 --------- Co-authored-by: jializheng <jializheng@huawei.com> Co-authored-by: wangshuai09 <391746016@qq.com> Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com> Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com> Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add NPU to support the hybrid engine, we tested it with the example on DeepSpeedExample and the results, average reward scores, were aligned with the GPU.
For works about NPU, see #4567