-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing locally and following instructions exactly with virtual envirnoment #28
Comments
Indeed, for running on CPU I merged a new PR that should fix this. You should be able to pull again from main and this should be fixed. |
Im installing NVIDIA drivers, CUDA and so on to see if it fixes the issue.. RuntimeError: CUDA error: no kernel image is available for execution on the device |
Cool I saw what you did @CarlosGomes98 , I did git pull and hopefully it works with non CUDA installations, now the issue is I managed to get CUDA but is an old GPU that is not supported: |
That sorted the issue: Just tested your new code for CPU only cases, it works. export CUDA_VISIBLE_DEVICES="" |
Still getting errors, thats the current one:
RuntimeError: TemporalEncoderDecoder: TemporalViTEncoder: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
The text was updated successfully, but these errors were encountered: