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
7bb2af35
Unverified
Commit
7bb2af35
authored
Apr 18, 2023
by
Frédéric Bastien
Committed by
GitHub
Apr 18, 2023
Browse files
Simplify dev installation guide. (#157)
Signed-off-by:
Frederic Bastien
<
fbastien@nvidia.com
>
parent
d3d7ed2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
README.rst
README.rst
+4
-7
No files found.
README.rst
View file @
7bb2af35
...
...
@@ -178,14 +178,11 @@ Install TE (optionally specifying the framework):
..
code
-
block
::
bash
git
clone
https
://
github
.
com
/
NVIDIA
/
TransformerEngine
.
git
cd
TransformerEngine
#
Execute
one
of
the
following
command
NVTE_FRAMEWORK
=
all
pip
install
.
#
Build
TE
for
all
supported
frameworks
.
NVTE_FRAMEWORK
=
pytorch
pip
install
.
#
Build
TE
for
PyTorch
only
.
NVTE_FRAMEWORK
=
jax
pip
install
.
#
Build
TE
for
JAX
only
.
NVTE_FRAMEWORK
=
tensorflow
pip
install
.
#
Build
TE
for
TensorFlow
only
.
NVTE_FRAMEWORK
=
all
pip
install
git
+
https
://
github
.
com
/
NVIDIA
/
TransformerEngine
.
git
@
main
#
Build
TE
for
all
supported
frameworks
.
NVTE_FRAMEWORK
=
pytorch
pip
install
git
+
https
://
github
.
com
/
NVIDIA
/
TransformerEngine
.
git
@
main
#
Build
TE
for
PyTorch
only
.
NVTE_FRAMEWORK
=
jax
pip
install
git
+
https
://
github
.
com
/
NVIDIA
/
TransformerEngine
.
git
@
main
#
Build
TE
for
JAX
only
.
NVTE_FRAMEWORK
=
tensorflow
pip
install
git
+
https
://
github
.
com
/
NVIDIA
/
TransformerEngine
.
git
@
main
#
Build
TE
for
TensorFlow
only
.
If
the
framework
is
not
explicitly
specified
,
TE
will
be
built
for
PyTorch
only
.
...
...
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