Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preloading error when piping/mounting the vpy script #13

Closed
banjaminicc opened this issue Nov 30, 2022 · 2 comments
Closed

Preloading error when piping/mounting the vpy script #13

banjaminicc opened this issue Nov 30, 2022 · 2 comments

Comments

@banjaminicc
Copy link

vstrt: failed to preload C:\Users\\AppData\Roaming\VapourSynth\plugins64\vsmlrt-cuda\cublas64_11.dll, errno 127

Been getting this message after updating torch and it seems to be causing the pipe to end abruptly randomly
Any ideas?
have tried rolling back my torch version but it did not work

@AkarinVS
Copy link
Member

errno 127 means there are DLL conflicts.

Specifically, pytorch uses its own copy of cudnn and due to poor naming of those DLLs (only major version included), there are unavoidable conflicts when you use both vs-mlrt and pytorch.

tl;dr is you can't reliably use both vs-mlrt and pytorch in the same script.

out of curiosity, which models are you running with pytorch? thanks.

@banjaminicc
Copy link
Author

Ah, I'm attempting to run a GMFUPSS model in pytorch, which again, is probably out of the support scope of this repo haha. Thanks for pointing the direction though I'd look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants