Views
No views yet
MXFP4_MOE GGUF conversion of HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive, prepared with a patched local llama.cpp toolchain.hauhau_qwen36_35b_a3b_mxfp4_gguf.gguf: text-only GGUF export in robinshao-style MXFP4 layoutllama.cpp.src-patched.zip: patched local llama.cpp source snapshot used for conversion and servingbuild_result.json: conversion and quantization summaryapi-benchmark.json: basic local API benchmark outputkhoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressiveconvert_hf_to_gguf.py --outtype f16 --no-mtpllama-quantize using MXFP4_MOE --pure --output-tensor-type q8_0 --token-embedding-type q8_01{
2 "tensor_count": 733,
3 "type_counts": {
4 "Q8_0": 2,
5 "F32": 301,
6 "MXFP4": 430
7 },
8 "output_bytes": 19041835392
9}llama.cpp on Windows using:1llama-server -m hauhau_qwen36_35b_a3b_mxfp4_gguf.gguf \
2 --jinja \
3 --device CUDA0 \
4 --gpu-layers all \
5 --ctx-size 110592 \
6 --batch-size 768 \
7 --ubatch-size 128 \
8 --flash-attn onctx-size=110592 observed roughly 103-105 tok/s decode speed for short requests.262144, but the local validation run used 110592.