another models quantization

#2
by aboba74 - opened

can you please quantize to INT8 symmetric two models: bottlecapai/ThinkingCap-Qwen3.6-27B and endless-frontier/BigBang-v1.

I would really like to test them all. my hardware is 2x3090 with nvlink. i am already use your Qwen3.6-27B-INT8-Autoround-V2 as for everyday tasks and it is very good.

Minachist/Qwen3.6-27B-INT8-Autoround-V2 already ships the quantization script, and usage is documented in the repo, so please start there. If anything in it is unclear, feel free to ask an LLM.
ThinkingCap-Qwen3.6-27B is just a finetune of Qwen3.6, so that script should work on it directly.
For BigBang-v1 (35B base), please don't use the older 35B script. The V2 script is more refined, so it's better to adapt that one instead. The 35B script exists mainly for cases where editing V2 isn't worth the effort.
I don't generally do quantization for finetuned models as they are not really good. Ornith was an exception as it seemed promising (and I wanted to add MTP layers for fun). I'd like you to run these yourself using the above. If you hit any issues, feel free to ask here.
Update: I changed my mind. Once Qwen3.8-27B is out I'll have some free time, so I can quantize and publish BigBang-v1 quantization myself. ThinkingCap-Qwen3.6-27B is gated (despite the Apache-2.0 license) and since I'm not handing over personal info to an unknown party to request access, so that one's off the table permanently.

Sign up or log in to comment