Unverified Commit 9883a188 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Fix triton install condition on CPU (#16600)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent b3f2fddd
......@@ -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; platform_machine != "ppc64le"
triton==3.2.0; platform_machine == "x86_64"
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