nicolasembleton/Apodex-1.1-mini-MLX-4bit

This model nicolasembleton/Apodex-1.1-mini-MLX-4bit was converted to MLX format from apodex/Apodex-1.1-mini using mlx-lm version 0.31.3.

Qwen3.5-35B-A3B MoE, 36B params / 3B active.

Property Value
Quantization 4-bit affine
Bits per weight 4.503
Group size 64
Size 19.5 GB

Use with mlx

pip install mlx-lm
mlx_lm.generate --model nicolasembleton/Apodex-1.1-mini-MLX-4bit --prompt "Hello"
from mlx_lm import load, generate

model, tokenizer = load("nicolasembleton/Apodex-1.1-mini-MLX-4bit")

prompt = "Hello"

if tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)

Architecture

  • Base: Qwen3.5-35B-A3B (MoE)
  • Experts: 256 total, 8 active per token
  • Layers: 40 (hybrid linear/full attention)
  • Context: 262144 max position embeddings
  • Vision tower: Stripped during conversion (text-only)

Known Issues

Metal OOM during long-context prefill on less than 48 GB unified memory. Keep context under 32k tokens.

Downloads last month
-
Safetensors
Model size
5B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for nicolasembleton/Apodex-1.1-mini-MLX-4bit

Quantized
(13)
this model

Collection including nicolasembleton/Apodex-1.1-mini-MLX-4bit