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
compressed_tensors/utils/offload.py", line 202, in update_offload_parameter
data = data.to(param.dtype)
AttributeError: 'NoneType' object has no attribute 'to'
Could you please give me some guidance?
The text was updated successfully, but these errors were encountered:
Hello, I want to quant DeepseekV2,
I define
FP8_CUSTOME
as follow:I got an error :
Could you please give me some guidance?
The text was updated successfully, but these errors were encountered: