Views
No views yet
Jackrong/Qwopus3.6-35B-A3B-v1.
This model was quantized using oQ / oMLX mixed-precision quantization with oMLX v0.3.9.
This conversion preserves the model's native MTP support and is intended for oMLX / MLX inference on Apple Silicon.This is not an official Qwen, Alibaba, or QwOpus release.
It is an unofficial community quantized conversion for local inference.
Jackrong/Qwopus3.6-35B-A3B-v1qwen3_5_moeqwen3_5_moe1MTP: ON
2DFlash: OFF
3SpecPrefill: OFF initially
4In-memory DFlash cache: OFF
5SSD DFlash cache: OFF
6
7DFlash is not recommended for this conversion based on local testing, where it caused repetition / looping on agentic prompts.
8
9Local performance notes
10
11Local observations on Mac Studio M4 Max 128GB with oMLX v0.3.9:
12
13Setting Observed decode speed
14MTP OFF ~58-59 tok/s
15MTP ON ~60-70 tok/s
16MTP ON average ~64 tok/s
17MTP ON low-context peak ~70 tok/s
18
19These are local observations, not standardized benchmarks. Actual speed depends on prompt length, context length, oMLX version, generation settings, temperature, cache behavior, and Apple Silicon memory pressure.
20
21Format notes
22
23This is not GGUF, AWQ, GPTQ, or bitsandbytes format.
24
25This repository contains an MLX safetensors conversion intended for oMLX / MLX-compatible runtimes.
26
27Known notes
28
29* Native MTP showed a measurable decode-speed improvement in local testing.
30* DFlash caused repetition / looping in local testing and is not recommended for this model.
31* If generation becomes unstable, disable speculative features other than native MTP first.
32* If loading fails after a repo update, delete the old local cache and re-download the full repository.
33* This conversion is mainly tested on local agentic coding / advisor prompts, not on a full public benchmark suite.
34
35License
36
37This quantized conversion follows the license of the base model: Apache-2.0.
38
39Apache-2.0 allows redistribution and modification, provided that the license and applicable notices are preserved and modifications are stated. This repository is an unofficial quantized conversion and does not claim affiliation with the base model author, Qwen, Alibaba, or any related organization.
40
41Attribution
42
43* Base model: Jackrong/Qwopus3.6-35B-A3B-v1
44* Quantization / conversion: orangeseasun
45* Quantization tool: oMLX
46
47Changes from base model
48
49Compared with the base model, this repository:
50
51* converts the original model weights to oQ8 MLX safetensors
52* preserves native MTP-related files/configuration
53* does not add additional fine-tuning
54* is packaged for local oMLX / Apple Silicon usage