You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
torch==2.6.0+cpu; platform_machine == "x86_64" # torch>=2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
12
12
torch==2.7.0; platform_system == "Darwin"
13
13
torch==2.7.0; platform_machine == "ppc64le" or platform_machine == "aarch64"
14
14
@@ -23,6 +23,7 @@ datasets # for benchmark scripts
23
23
24
24
# Intel Extension for PyTorch, only for x86_64 CPUs
intel_extension_for_pytorch==2.6.0; platform_machine == "x86_64" # torch>=2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
27
27
py-libnuma; platform_system != "Darwin"
28
28
psutil; platform_system != "Darwin"
29
+
triton==3.2.0; platform_machine == "x86_64" # Triton is required for torch 2.6+cpu, as it is imported in torch.compile.
0 commit comments