Views
No views yet
oQ8 mixed-precision MLX quantization of
llmfan46/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved.llmfan46/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-GGUF. oMLX oQ
quantization operates on MLX/safetensors checkpoints rather than GGUF files, so
this build uses the corresponding BF16 safetensors checkpoint from
llmfan46/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved and excludes the existing GGUF quantizations.oQ8trueomlx serve dawncr0w/Qwen3.6-27B-uncensored-heretic-v2-Text-Only-oQ8-MLXmlx-lm:1from mlx_lm import generate, load
2
3model, tokenizer = load("dawncr0w/Qwen3.6-27B-uncensored-heretic-v2-Text-Only-oQ8-MLX")
4print(generate(model, tokenizer, "Hello", max_tokens=64))1loader: mlx_lm.load
2generation smoke test: passed
3prompt: Hello
4max tokens: 4
5peak memory: 26.798 GBllmfan46/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preservedllmfan46/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-GGUFapache-2.0.