Skip to content

Commit faf27e2

Browse files
authored
[BLOCKER] Fix in v1.19.0 for dataclass error due to triton package update (#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.
1 parent dd8df7e commit faf27e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-hpu.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Dependencies for HPU code
55
ray
6-
triton
6+
triton==3.1.0
77
pandas
88
tabulate
99
setuptools>=61

0 commit comments

Comments
 (0)