Add Transformer Engine support to Paxml#46
Open
ashors1 wants to merge 12 commits into
Open
Conversation
ashors1
force-pushed
the
patch/te_support
branch
2 times, most recently
from
November 2, 2023 19:19
72a7aa3 to
1612dc7
Compare
ashors1
force-pushed
the
patch/te_support
branch
from
January 20, 2024 20:12
abc0fab to
ed1b33f
Compare
terrykong
force-pushed
the
patch/te_support
branch
from
March 8, 2024 17:56
ed1b33f to
f94e783
Compare
ashors1
force-pushed
the
patch/te_support
branch
from
June 28, 2024 20:39
953dcab to
ab247d6
Compare
Signed-off-by: Reese Wang <rewang@nvidia.com>
Signed-off-by: Ming Huang <mingh@nvidia.com>
terrykong
force-pushed
the
patch/te_support
branch
from
September 30, 2024 17:01
ab247d6 to
4516dbb
Compare
Signed-off-by: ashors1 <ashors@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 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.
Adds support for NVIDIA's Transformer Engine. TE can be enabled by setting the environment variable
ENABLE_TE=1. For more details about running Pax with Transformer Engine, refer to the JAX Toolbox README.