Views
No views yet
Ailiance-fr/SchGen-Qwen3.6-27B-EU,
a sovereign EU KiCad schematic-generation model (SchGen method,
Luo et al., 2026) by
ailiance.group_size=64, 4.5 bits per weight (~14 GB).1pip install mlx-lm
2mlx_lm.generate --model Ailiance-fr/SchGen-Qwen3.6-27B-EU-MLX-4bit \
3 --prompt "Generate a schematic for an LM358 inverting amplifier, gain -10." \
4 --max-tokens 20481from mlx_lm import load, generate
2model, tok = load("Ailiance-fr/SchGen-Qwen3.6-27B-EU-MLX-4bit")
3print(generate(model, tok, prompt="...", max_tokens=2048))enable_thinking=false. See the
full model card
for evaluation, limitations, and citation.Qwen/Qwen3.6-27B (Apache-2.0), trained on
microsoft/SchGen_dataset (MIT). See NOTICE.