Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
215dfe7e
Unverified
Commit
215dfe7e
authored
May 26, 2023
by
Kirthi Shankar Sivamani
Committed by
GitHub
May 26, 2023
Browse files
Documentation fixes (#248)
Signed-off-by:
Kirthi Shankar Sivamani
<
ksivamani@nvidia.com
>
parent
156a074a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/api/jax.rst
docs/api/jax.rst
+1
-1
transformer_engine/pytorch/export.py
transformer_engine/pytorch/export.py
+1
-0
No files found.
docs/api/jax.rst
View file @
215dfe7e
...
...
@@ -8,7 +8,7 @@ Jax
.. autoapiclass:: transformer_engine.jax.MajorShardingType
.. autoapiclass:: transformer_engine.jax.ShardingType
.. autoapiclass:: transformer_engine.jax.TransformerLayerType
.. autoapiclass:: transformer_engine.jax.
flax.
TransformerLayerType
.. autoapiclass:: transformer_engine.jax.ShardingResource(dp_resource=None, tp_resource=None)
...
...
transformer_engine/pytorch/export.py
View file @
215dfe7e
...
...
@@ -19,6 +19,7 @@ def onnx_export(
with onnx_export(enabled=True):
torch.onnx.export(model)
Parameters
----------
enabled: bool, default = `False`
whether or not to enable export
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment