Skip to content

Commit

Permalink
Pin Triton version to >=2.0.0 and <2.1.0 (#4251)
Browse files Browse the repository at this point in the history
* Pin Triton version to 2.0.0

* Pin Triton version to < 2.1.0

* Add >=2.0.0

* pin transformers version

---------

Co-authored-by: Michael Wyatt <[email protected]>
  • Loading branch information
lekurile and mrwyattii authored Sep 1, 2023
1 parent 844eb68 commit f96c1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nv-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
git clone https://github.com/huggingface/transformers
cd transformers
git checkout ccb92be
git rev-parse --short HEAD
pip install .
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-triton.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
triton>=2.0.0
triton>=2.0.0,<2.1.0

0 comments on commit f96c1c0

Please sign in to comment.