Skip to content

Commit 18d863d

Browse files
hmellorlk-chen
authored andcommitted
Don't install triton on ppc64le platform (vllm-project#16470)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 34b6142 commit 18d863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ torchvision==0.21.0; platform_machine == "ppc64le"
1717
datasets # for benchmark scripts
1818

1919
# cpu cannot use triton 3.3.0
20-
triton==3.2.0
20+
triton==3.2.0; platform_machine != "ppc64le"

0 commit comments

Comments
 (0)