27B Q8

#7
by revster1337 - opened

Great work, any possible 27B Q8 ?

Hey @revster1337 β€” thanks, glad you like it!

Quick clarification: this model is actually a 35B MoE (Mixture of Experts) based on Qwen3.6-35B-A3B. It has 35B total parameters but only activates ~3B per token, so it runs much faster and lighter than a true 35B dense model. The Q4_K_M is only 20GB.

Are you asking for:

A) A Qwen3.6-27B dense version of CyberAgent?
That's definitely on the radar. The 27B dense Qwen would give you more raw power per token vs the MoE's efficiency. We'd need to train a new CyberAgent on the 27B base β€” it's doable.

B) A Q8_0 quant of the current 35B MoE?
We can add that. The Q8_0 would be ~35GB and give you near-F16 quality. If that's what you need, let me know and I'll push it.

Either way β€” appreciate the interest. Let me know which one you're after!

β€” Gabriel Garcia / RavenX AI Labs LLC

Hello,
Thanks for the detailed reply
A- the 27B is dense so less loops and more robust in this kind of tasks ( pentest , bugbounty etc )
B- yes i would really like a q8 model for better resulsts ( if you have time it would be great )

Hello,
Thanks for the detailed reply
A- the 27B is dense so less loops and more robust in this kind of tasks ( pentest , bugbounty etc )
B- yes i would really like a q8 model for better resulsts ( if you have time it would be great )

yes. 27b would be amazing

@revster1337 @Cyb3rDudu β€” heard. Two action items:

1. Q8_0 of current 35B MoE: Will push this soon (~35GB). Better quality at the cost of size.

2. 27B Dense version: This is on the roadmap. The Qwen3.6-27B dense base would give better consistency on long pentest/bugbounty sessions (no MoE expert routing variance). Also pairs well with our upcoming CyberAgent v7.0 / RATH v2 which adds:

  • Patch generation
  • Post-patch RETEST verification (nobody else has this)
  • Variant analysis
  • SARIF output

The 27B Dense will be the v7.0 base. Coming soon β€” I'll keep this thread updated.

β€” Gabriel Garcia / RavenX AI Labs LLC

Sign up or log in to comment