Hello. Please help me with this issue.
I had an older version of Pytorch perfectly working with an older version of ForgeUI. New versions of ForgeUI need a newer version of Pytorch though, it said module 'torch' has no attribute 'float8_e4m3fn'
so I updated it like this:
python.exe -m pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu118
but I have
error loading c10_cuda.dll or one of its dependencies
I tried other versions, cu118 or cu121, still always the same error.
I opened c10_cuda.dll in Dependency Walker and here is what it says about the missing dependencies:
Please help.