Mistral "Mixtral" 8x7B 32k model [magnet]
Mistral has quietly released “Mixtral” 8x7B, a 32k‑context Mixture‑of‑Experts language model distributed via a BitTorrent magnet link, prompting excitement over a major open‑weights alternative to proprietary systems like GPT‑4 and Gemini. Commenters dissect its architecture and config, noting it behaves like a ~12–13B model at inference time while claiming near‑70B‑class performance, and debate how feasible it is to run on consumer GPUs, CPUs, and new Mac hardware with aggressive quantization. The release is also seen as a savvy, developer‑friendly marketing move that contrasts sharply with polished but closed corporate launches, and as a potential inflection point where locally runnable open models start to encroach on state‑of‑the‑art commercial LLM capabilities.
Release & Distribution
- Model “Mixtral 8x7B 32k” dropped via a BitTorrent magnet link with minimal explanation, later mirrored on Hugging Face by community members.
- Many see the warez-style ASCII-art release as intentional, high-signal marketing, especially contrasted with polished corporate AI launches and demos.
- Some users had trouble with the magnet and shared tracker lists; others quickly stood up inference endpoints and experimental HF repos.
Architecture & Capabilities
- Mixtral is a Mixture-of-Experts (MoE) model with 8 experts of ~7B parameters each, top‑2 experts per token.
- Config: 32 layers, dim 4096, hidden_dim 14336 (≈3.5× MLP expansion), 32 heads with 8 KV heads (multi-query style), vocab 32k, claimed 32k context (but prior Mistral used sliding windows and behaved more like 8k in practice).
- Attention (
2B params) is shared; FFN “experts” (5B each) vary per expert.
Hardware Requirements & Runtime Behavior
- Raw weights ~86–96 GB; in 4‑bit quantization people expect it to fit in ~24 GB VRAM, similar to large 30–40B dense models.
- Because only 2 experts are active per token, effective compute is roughly a 12–13B dense model per token, though all experts must be resident in fast memory for good speed.
- There is debate whether smart swapping / caching experts between CPU and GPU or tmpfs is practical; some say it will be PCIe-limited, others are optimistic.
- Users expect it to run on high‑RAM Macs (up to 128–192 GB) and on single 24 GB GPUs with quantization; claims also appear about experimental 4 GB VRAM setups.
MoE Routing Discussion
- Several explanations clarify that a small “router” network chooses 2 experts per token, and the choice can change every token.
- This undermines naive hopes that one can load only a subset of experts; interactive performance likely requires all experts in RAM/VRAM.
Comparisons, Benchmarks & Fine‑Tuning
- Many expect Mixtral 8x7B to approach or exceed dense 40B–70B open models; some claim it benchmarks above Llama‑2 70B, but others caution about benchmark overfitting.
- Discussion of new “neural alignment” fine‑tunes on Mistral/Yi that top Hugging Face leaderboards; participants debate how meaningful such leaderboards are.
- Multiple comments praise Mistral 7B (and its finetunes) as near‑GPT‑3.5‑level for many tasks, and see Mixtral as a major step for open‑weights models.
Business Model & Strategy
- Some speculate that Mistral’s strategy is to build reputation through strong open‑weight releases, then monetize via hosting, fine‑tuning, and support.
- Others contrast this open approach with geoblocked or closed models from large US companies and with non‑released weights like Google’s Gemini.