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 tried to run deepseek-r1-awq on CPU with vLLM, but I failed.This is because vLLM will convert awq to awq_marlin if the model is a MoE model, and marlin kernal is not supported on CPU. And I can't run the model directly in awq quantization, because awq.py doesn't handle fused MoE case, this will result in unexpected errors.
I want to ask whether sglang supports awq quantization for MoE model on CPU. I browse /python/sglang/srt/layers/quantization/awq.py and notice that it doesn't handle fused MoE case as well. Does this means awq quantization for MoE model is not supported.If so, I suggest that the support could be added:)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to run deepseek-r1-awq on CPU with vLLM, but I failed.This is because vLLM will convert awq to awq_marlin if the model is a MoE model, and marlin kernal is not supported on CPU. And I can't run the model directly in awq quantization, because awq.py doesn't handle fused MoE case, this will result in unexpected errors.
I want to ask whether sglang supports awq quantization for MoE model on CPU. I browse /python/sglang/srt/layers/quantization/awq.py and notice that it doesn't handle fused MoE case as well. Does this means awq quantization for MoE model is not supported.If so, I suggest that the support could be added:)
Beta Was this translation helpful? Give feedback.
All reactions