fix(install): add nvidia-nvshmem to GPU extras to prevent libnvshmem_host.so.3 error

This commit is contained in:
Vishal Krishna Kumar 2025-12-28 23:57:16 -08:00
parent 8f979a8bda
commit 8b8e94c632

View File

@ -66,6 +66,8 @@ cpu = [
]
gpu = [
"torch>=2.8.0",
"nvidia-nvshmem-cu12>=3.3",
]
[tool.uv]