Skip to content

Commit

Permalink
[BLOCKER] Fix in v1.19.0 for dataclass error due to triton package up…
Browse files Browse the repository at this point in the history
…date (#729)

The triton package within requirements-hpu.txt got an update to version
3.2.0 today (https://pypi.org/project/triton/#history).
This breaks our current 1.19 based dockers on Gaudi 2 (probably Gaudi3
as well) and prevents vllm from running any example. (offline/online
both).
Fixing this package version to 3.1.0 solves the issue.
  • Loading branch information
MohitIntel authored Jan 24, 2025
1 parent dd8df7e commit faf27e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-hpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Dependencies for HPU code
ray
triton
triton==3.1.0
pandas
tabulate
setuptools>=61
Expand Down

0 comments on commit faf27e2

Please sign in to comment.