You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run this on a macOS with no Nvidia gpu. It is complaining about not being able to compile with cuda
File "/Users/stuart/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 911, in
return self._apply(lambda t: t.cuda(device))
File "/Users/stuart/Library/Python/3.9/lib/python/site-packages/torch/cuda/init.py", line 293, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
Can you give me some tips?
Also, does the model just work out of the box or do I need to train it?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I try to run this on a macOS with no Nvidia gpu. It is complaining about not being able to compile with cuda
File "/Users/stuart/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 911, in
return self._apply(lambda t: t.cuda(device))
File "/Users/stuart/Library/Python/3.9/lib/python/site-packages/torch/cuda/init.py", line 293, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
Can you give me some tips?
Also, does the model just work out of the box or do I need to train it?
Thanks
The text was updated successfully, but these errors were encountered: