Views
No views yet
--hq enabled, effective ~4.08 bpw excluding the head).qwen3_5_moe, 256 experts / 8 active).
At 4.0 bpw the weights occupy roughly 18–20 GB, which fits a single 24 GB GPU
(e.g. RTX 3090/4090) with room for context — unlike higher bitrates which exceed 24 GB.--hq.v0.0.43, PyTorch 2.8.0 + CUDA 12.8, on an RTX 3090.lm_head at ~6 bpw.qwen3_5_moe_vision vision config model_type.)mtp_num_hidden_layers = 1, but the
repository ships no mtp.* weights, so the optional multi-token-prediction
(speculative-decoding draft) head is omitted. This does not affect the main model.1from exllamav3 import Model, Config, Cache, Tokenizer
2model = Model.from_config(Config.from_directory("/path/to/Ornith-1.0-35B-EXL3-4.0bpw"))