Skip to content

Commit

Permalink
Pin triton version to avoid import error (#642)
Browse files Browse the repository at this point in the history
Transformer engine seems to be having an issue with triton 3.2.0,
pinning to 3.1.0 until we update to a new NGC base image

Signed-off-by: Peter St. John <[email protected]>
  • Loading branch information
pstjohn authored Jan 23, 2025
1 parent 49a72a9 commit 17c6b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ pyfaidx==0.8.1.3
# See https://nvidia.slack.com/archives/C02A7LYGHK8/p1734727482697309
pytorch-lightning<2.5.0
lightning<2.5.0

# Temporary pin for triton
triton<=3.1.0

0 comments on commit 17c6b20

Please sign in to comment.