slayerPytorch
slayerPytorch copied to clipboard
run error
I can run successfully in pytorch1.12 environment, but when I use pytorch1.13 and 2.0 version, the following error will appear, how to solve it? @bamsumit

This is likely due to mismatch/incompatibility between your installed pytorch cuda version and nvcc cuda version. Make sure the cuda version of both is the same.