You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help.
The old version of Forge from a year ago works perfectly, but impossible to install any of the newer versions.
Whatever I do, I always end up with this error : Error loading "\system\python\lib\site-package\torch\lib\c10_cuda.dll" or one of its dependencies
If I replace the "system" folder with the one from my working old version, it starts to load for a few seconds, but then it crashes with this error: module 'torch' has no attribute 'float8_e4m3fn'
Then if I update torch with pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu118
I end up again with the error about c10_cuda.dll. :(
I made all the Windows Updates, I even had to install IE11 for some reason, but some files are still missing.
This is what Dependency Walker says about the missing dependencies:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please help.
The old version of Forge from a year ago works perfectly, but impossible to install any of the newer versions.
Whatever I do, I always end up with this error :
Error loading "\system\python\lib\site-package\torch\lib\c10_cuda.dll" or one of its dependencies
If I replace the "system" folder with the one from my working old version, it starts to load for a few seconds, but then it crashes with this error:
module 'torch' has no attribute 'float8_e4m3fn'
Then if I update torch with
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu118
I end up again with the error about c10_cuda.dll. :(
I made all the Windows Updates, I even had to install IE11 for some reason, but some files are still missing.
This is what Dependency Walker says about the missing dependencies:

Beta Was this translation helpful? Give feedback.
All reactions