mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-02 14:00:45 +00:00
fix(install): add nvidia-nvshmem to GPU extras to prevent libnvshmem_host.so.3 error
This commit is contained in:
parent
8f979a8bda
commit
8b8e94c632
|
|
@ -66,6 +66,8 @@ cpu = [
|
|||
]
|
||||
gpu = [
|
||||
"torch>=2.8.0",
|
||||
"nvidia-nvshmem-cu12>=3.3",
|
||||
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user