1 year ago • •
I’m stuck trying to install the #Python `torch` module with #CUDA support on an old iMac with #Debian reddit.com/r/LocalLLaMA/commen…
Anyone have experience here?
#AI #Llama
I ran into an issue with this recently when i was making docker containers that included pytorch as a dependency. I had to install pytorch with the CPU only platform before the python module and its requirements file (with pytorch) ran.
pytorch.org/get-started/locall…
@adriaan yep, and usually tell people at work to use conda to install all of that
"It just works" usually, but yeah hopefully you don't need an Nvidia GPU otherwise for what you are doing. As others have noted
@gizmomathboy @adriaan
I'm still rather new to Python. What's the benefit of conda over pip?
@adriaan it's another virtual environment but like over powered
I found it easier to install many projects that ai/ML folks commonly use from conda than pip
I also support hundreds of folks and hundreds of machines so they don't have root and conda sidesteps a lot of that headache. Mostly for me actually.
Curtis "Ovid" Poe (he/him)
Unknown parent • • •Adriaan
in reply to Curtis "Ovid" Poe (he/him) • • •I ran into an issue with this recently when i was making docker containers that included pytorch as a dependency. I had to install pytorch with the CPU only platform before the python module and its requirements file (with pytorch) ran.
pytorch.org/get-started/locall…
Start Locally
PyTorchgizmomathboy, FC
in reply to Adriaan • • •@adriaan yep, and usually tell people at work to use conda to install all of that
"It just works" usually, but yeah hopefully you don't need an Nvidia GPU otherwise for what you are doing. As others have noted
Curtis "Ovid" Poe (he/him)
in reply to gizmomathboy, FC • • •@gizmomathboy @adriaan
I'm still rather new to Python. What's the benefit of conda over pip?
gizmomathboy, FC
in reply to Curtis "Ovid" Poe (he/him) • • •@adriaan it's another virtual environment but like over powered
I found it easier to install many projects that ai/ML folks commonly use from conda than pip
I also support hundreds of folks and hundreds of machines so they don't have root and conda sidesteps a lot of that headache. Mostly for me actually.