Im currently trying to run a programm that uses the torch library in Python. I’m following a tutorial on Youtube and Github. I have now run into an error, and me and my colleagues can’t fix the problem. The Error is: OSError [WinError 126] Error loading “C:NotOneDriveGeniqLLMRAGsimple-local-ragvenvLibsite-packagestorchlibfbgemm.dll” or one of its dependencies.
The fbgemm.dll is there in my virtual environment folder, I think it might be something with the dependencies.
Plus all the other packages in the venv environment do work, so it can’t be the environment.
The Code im trying to run:
enter image description here
The error im getting:
enter image description here
Flavio Baur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.