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 notice that quant_method is compressed-tensors,it's performance is poor than quant_method of fp8 by many tests in sglang.
at the sametime, I found quant_method in deepseekv3's config.json is fp8. So, how should we quantify it to obtain a quantized model with quant_method as fp8?
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 use llm-compressors but found quantization_config in config.json generated just like this:
"quantization_config": {
...
"format": "float-quantized",
"global_compression_ratio": null,
"ignore": [
"lm_head"
],
"quant_method": "compressed-tensors",
"quantization_status": "compressed",
},
I notice that quant_method is compressed-tensors,it's performance is poor than quant_method of fp8 by many tests in sglang.
at the sametime, I found quant_method in deepseekv3's config.json is fp8. So, how should we quantify it to obtain a quantized model with quant_method as fp8?
Beta Was this translation helpful? Give feedback.
All reactions