With all versions of PyTorch >= 2.1 I have this error:
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
If I disable the check, it uses the CPU.
Older PyTorch 2.0.1 works perfectly on my system though, I still use it for the old version of ForgeUI. New versions of ForgeUI however need at least version 2.1 of PyTorch, else it says: AttributeError: module 'torch' has no attribute 'float8_e4m3fn'
.
Can someone help, please?
Windows 7, Cuda11.4, RTX3060, Python 3.10.14