Y
Hacker News
new
|
ask
|
show
|
jobs
by
quantumduck
1420 days ago
Conda let's you install a specific cuda version directly in a virtual environment with one click though. It's really useful when you have to switch between multiple PyTorch versions and convinient in general imo.
1 comments
plonk
1420 days ago
The PyTorch wheel comes with its own CUDA DLLs, they can’t be shared with other libraries but they won’t be your problem to install that way.
link