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
But got this error, I think it is around my mac and cuda and torch compiled mode?
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/cuda/init.py", line 239, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
The text was updated successfully, but these errors were encountered:
I tried to run with this:
python3 -m train.py --compile=False --eval_iters=10 --batch_size=8
But got this error, I think it is around my mac and cuda and torch compiled mode?
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/cuda/init.py", line 239, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
The text was updated successfully, but these errors were encountered: