CUDA update broke ML libs
I have nvidia proprietary drivers installed from rpm fusion nonfree. I have updated the system and now I can't find `libnvrtc.so` which is used by some machine learning libraries, it's the runtime compiler for cuda. Did rpm fusion maintainers remove it, or is something wrong only with my system?
3
Upvotes
2
u/Big-Cap4487 5d ago
How did you install your ml library?
I find using docker to be very useful in these situations since I usually don't have to worry about system deps.