Uh oh!
There was an error while loading. Please reload this page.
Fix zombie process when querying TE install path - #121
Merged
Conversation
Co-authored-by: Naman Goyal <naman@fb.com> Signed-off-by: Tim Moon <tmoon@nvidia.com>
ngoyal2707
commented
Mar 27, 2023
Contributor
Thanks, I was on slightly older version of TE, now we also need same fix here: https://github.com/NVIDIA/TransformerEngine/blob/main/transformer_engine/pytorch/transformer.py#L45 |
timmoon10
commented
Mar 27, 2023
MemberAuthor
/te-ci |
ptrendx
commented
Mar 27, 2023
Member
Thanks @ngoyal2707 and @timmoon10 :-) |
Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com>
Closed
Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com>
timmoon10
marked this pull request as ready for review
March 27, 2023 21:17
timmoon10
commented
Mar 27, 2023
MemberAuthor
/te-ci |
ksivaman
self-requested a review
March 27, 2023 21:51
Signed-off-by: Tim Moon <tmoon@nvidia.com>
timmoon10force-pushed
the
fix_zombie_process
branch
from
March 27, 2023 22:04
a00975b to
d7872f8Comparetimmoon10
commented
Mar 27, 2023
MemberAuthor
/te-ci |
1 similar comment
timmoon10
commented
Mar 27, 2023
MemberAuthor
/te-ci |
ksivaman
approved these changes
Mar 27, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cyanguwa pushed a commit
to cyanguwa/TransformerEngine
that referenced
this pull request
Mar 31, 2023
* Remove zombie process from querying TE install path Co-authored-by: Naman Goyal <naman@fb.com> Signed-off-by: Tim Moon <tmoon@nvidia.com> * Fix FA version checking Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> * fix unused import error Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> * Fix lint warning Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Co-authored-by: Naman Goyal <naman@fb.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Signed-off-by: Charlene Yang <charleney@nvidia.com>
ptrendx pushed a commit
that referenced
this pull request
Mar 31, 2023
* Remove zombie process from querying TE install path Co-authored-by: Naman Goyal <naman@fb.com> Signed-off-by: Tim Moon <tmoon@nvidia.com> * Fix FA version checking Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> * fix unused import error Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> * Fix lint warning Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Co-authored-by: Naman Goyal <naman@fb.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com>
cyanguwa pushed a commit
to cyanguwa/TransformerEngine
that referenced
this pull request
Apr 1, 2023
* Remove zombie process from querying TE install path Co-authored-by: Naman Goyal <naman@fb.com> Signed-off-by: Tim Moon <tmoon@nvidia.com> * Fix FA version checking Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> * fix unused import error Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> * Fix lint warning Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Co-authored-by: Naman Goyal <naman@fb.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@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.
This is a modification of the bugfix in #120, with some small changes for safety and style.
Pinging @ngoyal2707. Closes#120.