38 points by robertnishihara 11 hours ago | 9 comments
lz400 9 hours ago
Any modern tips / life hacks for this situation?
rsfern 6 hours ago
This is in a conventional HPC environment, and I’ve found it way better than conda since the dependency solves are so much faster and I no longer experience PyTorch silently getting downgraded to cpu version of I install a new library. Maybe I’ve been using conda poorly though?
Kydlaw 7 hours ago
They are a little more focus on scientific computing than uv, which is more general. They might be a better option in your case.
devjab 8 hours ago
lz400 8 hours ago
gcarvalho 7 hours ago
λ uv venv && uv pip install torch --torch-backend=auto
λ uv run python -c 'import torch; print(torch.cuda.is_available())'
True
This is on Debian stable, and I don't remember doing any special setup other than installing the proprietary nvidia driver.pcwelder 6 hours ago
https://cloud.google.com/compute/docs/gpus/install-drivers-g... (NOTE: not gcloud specific)
miohtama 7 hours ago
jessekv 9 hours ago
https://joearms.github.io/#2013-11-21%20My%20favorite%20Erla...