Uh oh!
There was an error while loading. Please reload this page.
Fix Bugs of TE/JAX - #119
Merged
Merged
Conversation
mingxu1067
commented
Mar 27, 2023
CollaboratorAuthor
/te-ci |
1 similar comment
mingxu1067
commented
Mar 27, 2023
CollaboratorAuthor
/te-ci |
mingxu1067
commented
Mar 27, 2023
CollaboratorAuthor
/te-ci |
mingxu1067
commented
Mar 27, 2023
CollaboratorAuthor
/te-ci |
Contributor
@ptrendx and @timmoon10 , |
timmoon10
approved these changes
Mar 27, 2023
timmoon10
left a comment
Member
There was a problem hiding this comment.
Seems reasonable to me, but I'd like to better understand the bug you're fixing.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com>
Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com>
Signed-off-by: Ming Huang <mingh@nvidia.com>
Signed-off-by: Ming Huang <mingh@nvidia.com>
mingxu1067
commented
Mar 28, 2023
CollaboratorAuthor
/te-ci |
Signed-off-by: Ming Huang <mingh@nvidia.com>
mingxu1067
commented
Mar 28, 2023
CollaboratorAuthor
/te-ci |
Signed-off-by: Ming Huang <mingh@nvidia.com>
mingxu1067
commented
Mar 28, 2023
CollaboratorAuthor
/te-ci |
timmoon10
approved these changes
Mar 28, 2023
cyanguwa pushed a commit
to cyanguwa/TransformerEngine
that referenced
this pull request
Mar 31, 2023
* Support transpose_bs when decoded=True Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix Bugs, 1. Fix missing dropout_dims in LayerNormMLP. 2. Fix broadcast issues in decoded. Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix wrong masks in decoded. Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fixed wrong assert condition in TransformerLayer Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix amax is not set as 0 in each step. Signed-off-by: Ming Huang <mingh@nvidia.com> * Enhance rules conflict checking and docs. Signed-off-by: Ming Huang <mingh@nvidia.com> * fix code formatting. Signed-off-by: Ming Huang <mingh@nvidia.com> --------- Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> Signed-off-by: Charlene Yang <charleney@nvidia.com>
ptrendx pushed a commit
that referenced
this pull request
Mar 31, 2023
* Support transpose_bs when decoded=True Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix Bugs, 1. Fix missing dropout_dims in LayerNormMLP. 2. Fix broadcast issues in decoded. Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix wrong masks in decoded. Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fixed wrong assert condition in TransformerLayer Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix amax is not set as 0 in each step. Signed-off-by: Ming Huang <mingh@nvidia.com> * Enhance rules conflict checking and docs. Signed-off-by: Ming Huang <mingh@nvidia.com> * fix code formatting. Signed-off-by: Ming Huang <mingh@nvidia.com> --------- Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com>
cyanguwa pushed a commit
to cyanguwa/TransformerEngine
that referenced
this pull request
Apr 1, 2023
* Support transpose_bs when decoded=True Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix Bugs, 1. Fix missing dropout_dims in LayerNormMLP. 2. Fix broadcast issues in decoded. Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix wrong masks in decoded. Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> * Fixed wrong assert condition in TransformerLayer Signed-off-by: Ming Huang <mingh@nvidia.com> * Fix amax is not set as 0 in each step. Signed-off-by: Ming Huang <mingh@nvidia.com> * Enhance rules conflict checking and docs. Signed-off-by: Ming Huang <mingh@nvidia.com> * fix code formatting. Signed-off-by: Ming Huang <mingh@nvidia.com> --------- Signed-off-by: Ming-Xu Huang <mingh@nvidia.com> Signed-off-by: Ming Huang <mingh@nvidia.com> Signed-off-by: Charlene Yang <charleney@nvidia.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 freeto 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.
transpose_batch_seqlenwhendecoded=True.decoded=True.