Closed mamianshusheng closed 4 months ago
Hi @mamianshusheng, I appreciate your interest. I think you may have installed the CPU version. You can install torch following the official guide: https://pytorch.org/
Hi @mamianshusheng, I appreciate your interest. I think you may have installed the CPU version. You can install torch following the official guide: https://pytorch.org/
Well,I truly installed the GPU version. I used this command:
pip install torch==2.3.0+cu118 torchvision==0.18.0+cu118 torchaudio==2.3.0+cu118 --index-url https://download.pytorch.org/whl/cu118
I think torch=2.3.0 is too new to fit the environment of the project
RuntimeError: GET was unable to find an engine to execute this computation
Something wrong will happen like the above unless I use torch == 2.0.0(I used torch==2.3.1 following your pia.yml) . I hope you can change the related contents in your pia.yml