-
Notifications
You must be signed in to change notification settings - Fork 0
uv sync removes cuda libraries #29
Copy link
Copy link
Open
Description
run uv sync by itself, it'll remove these CUDA libs:
- nvidia-cublas-cu12==12.6.4.1
- nvidia-cuda-cupti-cu12==12.6.80
- nvidia-cuda-nvrtc-cu12==12.6.77
- nvidia-cuda-runtime-cu12==12.6.77
- nvidia-cudnn-cu12==9.5.1.17
- nvidia-cufft-cu12==11.3.0.4
- nvidia-curand-cu12==10.3.7.77
- nvidia-cusolver-cu12==11.7.1.2
- nvidia-cusparse-cu12==12.5.4.2
- nvidia-cusparselt-cu12==0.6.3
- nvidia-nccl-cu12==2.21.5
- nvidia-nvjitlink-cu12==12.6.85
- nvidia-nvtx-cu12==12.6.77
- triton==3.2.0
🚀 Installing package in editable mode
only by running uv pip install -e . or make install do you get them back.
but they're required to run torch with cuda, otherwise you get something like
ImportError: libcudnn.so.9: cannot open shared object file: No such file or directory at runtime
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels