Unverified Commit 51baa9c3 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

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


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 35e076b3
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment