We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64120b commit 5b609feCopy full SHA for 5b609fe
1 file changed
cuda_pathfinder/pyproject.toml
@@ -26,6 +26,7 @@ nvidia_wheels_cu12 = [
26
nvidia_wheels_cu13 = [
27
"cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,nvvm]==13.*",
28
"cuda-toolkit[cufile]==13.*; sys_platform != 'win32'",
29
+ "nvidia-nccl-cu13; sys_platform != 'win32'",
30
"nvidia-nvshmem-cu13; sys_platform != 'win32'",
31
]
32
nvidia_wheels_host = [
0 commit comments