Uh oh!
There was an error while loading. Please reload this page.
The Implementation of Praxis's Modules - #158
Conversation
mingxu1067
commented
Apr 19, 2023
@nouiz and @timmoon10 , this is our initial implementation to support Praxis, and this is built on top of #152 . |
mingxu1067
commented
Apr 19, 2023
@jeng1220 for viz. |
Uh oh!
There was an error while loading. Please reload this page.
db8114d to
910948bComparemingxu1067
commented
Apr 21, 2023
Update:
|
Uh oh!
There was an error while loading. Please reload this page.
910948b to
c4fb418Comparemingxu1067
commented
Apr 24, 2023
Update:
|
There was a problem hiding this comment.
These tests are fine, but they could be made more challenging by comparing the Praxis layers against the non-TE implementations in https://github.com/NVIDIA/TransformerEngine/blob/main/tests/jax/utils.py. After all, the Praxis layers are mostly generated from the Flax layers anyways. That said, this is not high priority.
There was a problem hiding this comment.
Agree, put into TODO.
There was a problem hiding this comment.
The class name is different in praxis and flax.
Any reason for that?
There was a problem hiding this comment.
FusedSoftmax is more sutiable to its behavior. We had a thought to change the name in Flax. But haven't have a conclusion yet.
c4fb418 to
dc4dfc1Comparemingxu1067
commented
May 2, 2023
Update:
|
timmoon10
left a comment
There was a problem hiding this comment.
LGTM once we fix the test failures.
@mingxu1067 as we only need to fix the test failure, can you remove the draft status? |
dc4dfc1 to
116ce7aComparemingxu1067
commented
May 10, 2023
Rebased on |
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Ming 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>
1. Removed 'from . import praxis' in __init__.py. 1.1 Noted, keep 'from . import flax' for deprecated warning. 2. Changed te.flax to te_flax in examples and README.rst. Signed-off-by: Ming Huang <mingh@nvidia.com>
cadc4b0 to
4823c01Comparemingxu1067
commented
May 15, 2023
/te-ci |
Signed-off-by: Ming Huang <mingh@nvidia.com>
mingxu1067
commented
May 15, 2023
/te-ci |
mingxu1067
commented
May 15, 2023
/te-ci |
mingxu1067
commented
May 16, 2023
CI is passed, could we merge this? Thanks. |
No description provided.