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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I am trying to train GPT-J with 8bit weights. It's working well on GPU. But When I try to use it on CPU, it gives this error
'NoneType' object has no attribute 'cdequantize_blockwise_cpu_fp32'
I have used
dequantize_blockwise
frombitsandbytes.functional
. Following is the class in which its used:Is it possible to run it on CPUor should I have to run it only GPU ?
The text was updated successfully, but these errors were encountered: