Don't install triton on ppc64le platform (#16470)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-04-11 11:11:00 +01:00
committed by GitHub
parent 35e076b3a8
commit 51baa9c333

View File

@@ -17,4 +17,4 @@ torchvision==0.21.0; platform_machine == "ppc64le"
datasets # for benchmark scripts
# cpu cannot use triton 3.3.0
triton==3.2.0
triton==3.2.0; platform_machine != "ppc64le"