Skip to content

CI installs GPU libraries #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ev-br opened this issue Mar 21, 2025 · 1 comment · Fixed by #304
Closed

CI installs GPU libraries #284

ev-br opened this issue Mar 21, 2025 · 1 comment · Fixed by #304
Milestone

Comments

@ev-br
Copy link
Member

ev-br commented Mar 21, 2025

From a recent CI log:

Installing collected packages: triton, nvidia-cusparselt-cu12, mpmath, typing-extensions, sympy, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, networkx, MarkupSafe, fsspec, filelock, nvidia-cusparse-cu12, nvidia-cudnn-cu12, jinja2, nvidia-cusolver-cu12, torch

This looks suboptimal, we seem to be missing an --index-url https://download.pytorch.org/whl/cpu as suggested in the official Install Pytorch recommendation.

@crusaderky
Copy link
Contributor

I too was surprised when I realised that pip install torch[cpu] pulls in the whole cuda stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants