Open JV-X opened 6 months ago
It looks like the model is on CPU, and xformers blocks do not support CPU. As a sanity check, you can try torch.cuda.is_available()
in your script and see if torch can find your GPU.
really thanks for your time
It looks like the model is on CPU, and xformers blocks do not support CPU. As a sanity check, you can try
torch.cuda.is_available()
in your script and see if torch can find your GPU.
really thanks for your time
It looks like the model is on CPU, and xformers blocks do not support CPU. As a sanity check, you can try in your script and see if torch can find your GPU.
torch.cuda.is_available()
Hello, have you solved this problem, please
CUDA version:
Python version:
The code runs on Ubuntu22.04 (WSL2)