jensdraht1999
jensdraht1999
@gs-olive Hello, I cloned it again as well and it has the same error with "returned non-zero exit status 128" in the end. Can we have some kind of a...
@HolyWu I don't know exactly why the problem of you is happening, because I'm not the dev of this, but perhaps you could try Python 3.10 because the dev said...
> @gs-olive Hello, I cloned it again as well and it has the same error with "returned non-zero exit status 128" in the end. Can we have some kind of...
@gs-olive I have done all of this. But Step 8 is a problem. Step 9 doesn't really work I think. Please look at the pictures. Would you recommend me to...
@gs-olive When I "import torch; import torch_tensorrt" in IDLE, then it will throw multiple .dll "procedure entry point not found" (german "prozedureinsprungpunkt nicht gefunden") errors. After I click them away,...
@gs-olive I tried Python 3.10 as well it did not work. Could you upload your site-packages folder to the internet so I could try it out?
The example you have provided did give me the same error, so my Pytorch Nightly does somehow not work. So I have to work it out. My depedencies: C:\Users\King>python -m...
@gs-olive Just one question. I think I have ruled out the problem. I think Torchvision is definitly needed and also installed the nightly version, but this is making problem. Can...
Okay fixed the problem with Torchvision like this. Please try to download them like this: pip install --pre torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 While downloading it, you will the see the...
@gs-olive Okay now I have fixed it, the rest of the errors are the expected ones. The problem was this: You have to delete following folder: "C:\Users\{UserName}\AppData\Local\Programs\Python\Python310\Lib\site-packages\nvidia\cudnn" Because it seems...