-
Notifications
You must be signed in to change notification settings - Fork 235
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
AssertionError: Torch not compiled with CUDA enabled #221
Comments
你的pytorch好像完全没装cuda,并且你在lsq optimization方法里选了collecting device = cuda...请把它改成cpu |
当然,我们更加建议你换个有gpu的电脑来跑量化:https://www.autodl.com/home |
已经指定了 executing_device = ‘cpu’,为什么后面程序还是出现cuda呢? |
lsq那个collecting_device是独立的,默认是cuda |
为什么在CPU本地跑ppq,会报CUDA相关编译错误?如何解决?
The text was updated successfully, but these errors were encountered: