Hacker News new | ask | show | jobs
by uniqueuid 1526 days ago
This, here is going to save time in the order of (wo-)man lifetimes!

> No more CUDA hell. Cog knows which CUDA/cuDNN/PyTorch/Tensorflow/Python combos are compatible and will set it all up correctly for you.

I've personally spent more than a week of my life in sum sorting this out. It's really overdue someone stops the madness!

1 comments

No cuda hell if you’re using pytorch. A single pip or conda command installs everything you need.
It only does that by installing a bunch of pre-compiled shared libraries

https://hpc.guix.info/blog/2021/09/whats-in-a-package/

Awesome, right?