Skip to content

Commit

Permalink
[Docs][NFC] doc fixes. (#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkouteib authored Apr 20, 2024
1 parent 8546770 commit 228ee21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ build-*/

# Triton Python module builds
python/build/
python/triton.egg-info/
python/dist/
python/triton*.egg-info/
python/triton/_C/libtriton.pyd
python/triton/_C/libtriton.so
python/triton/_C/libproton.so
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can install the latest stable release of Triton from pip:
```bash
pip install triton
```
Binary wheels are available for CPython 3.7-3.11 and PyPy 3.8-3.9.
Binary wheels are available for CPython 3.7-3.12 and PyPy 3.8-3.9.

And the latest nightly release:

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ You can install the latest stable release of Triton from pip:
pip install triton
Binary wheels are available for CPython 3.7-3.11 and PyPy 3.8-3.9.
Binary wheels are available for CPython 3.7-3.12 and PyPy 3.8-3.9.

And the latest nightly release:

.. code-block:: bash
pip install -U --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/Triton-Nightly/pypi/simple/triton-nightly
pip install -U --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/Triton-Nightly/pypi/simple/ triton-nightly
-----------
Expand Down
3 changes: 2 additions & 1 deletion docs/python-api/triton.language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,14 @@ Math Ops
erf
exp
exp2
fma
fdiv
floor
fma
log
log2
maximum
minimum
rsqrt
sigmoid
sin
softmax
Expand Down

0 comments on commit 228ee21

Please sign in to comment.