Grok
Elon Musk’s xAI has released the Grok-1 large language model under an Apache 2.0 “open weights” license, making a 314B-parameter Mixture-of-Experts model downloadable via torrent and on Hugging Face. Commenters note that despite its huge size, Grok-1 appears roughly comparable to GPT‑3.5, Mixtral, and Qwen 1.5‑72B, prompting debate over efficiency, the importance of training data and fine-tuning, and the practical challenges of running such a large model. The release also reignites arguments over what should count as “open source” in AI—whether sharing weights is enough without exposing training data and full training pipelines—and over Musk’s motives and xAI’s reliance on X/Twitter’s data.
Model specs & positioning
- Grok-1 is a 314B-parameter Mixture-of-Experts model (8 experts, 2 active, ~86B active params), Apache 2.0–licensed weights and architecture.
- It’s released as a base model (not instruction-tuned), so behavior will differ from the Grok chatbot exposed on X.
- Some see it as roughly GPT‑3.5 / Mixtral / Qwen-72B level; others say it underperforms many much smaller open models.
Performance, efficiency & comparisons
- Multiple comments note that models like Mixtral 8x7B and Qwen 1.5 72B achieve similar or better benchmark scores at a fraction of the size and memory.
- Debate over benchmarks: Hugging Face leaderboards vs LMSys/Chatbot Arena; concern about benchmark contamination and gaming.
- Several argue that data quality, fine-tuning, and instruction-following matter more than raw parameter count; Grok is cited as evidence.
Hardware, size & distribution
- Full-precision inference likely needs multi-GPU setups (e.g., 8×A100/H100). Active-parameters MoE helps compute per token but not memory footprint.
- Discussion of heavy quantization (4–3–2 bit) and possible use on high-RAM Apple Silicon; performance degradation expected at extreme quants.
- Weights are ~300+ GB and distributed via BitTorrent; seen as practical for bandwidth and now a “tradition” for large model releases. HF mirrors also exist.
Open weights vs open source
- Strong debate on terminology: many insist this is “open weights,” not fully “open source,” since training data and full training pipeline are not released.
- Some want “open” to include reproducible training (data + code); others say weights + inference code under a permissive license are sufficient for most users.
- OSI’s ongoing work on an “open source AI” definition is referenced; consensus in the thread is that definitions are unsettled.
Training data, IP & reproducibility
- Speculation and concern about copyrighted data, fair use, and lawsuits; broader sense that most major LLMs trained on unlicensed web corpora.
- Commenters note that exact retraining is effectively impossible due to data snapshots, ordering, randomness, and hardware failures; only approximate reproduction is realistic.
Motivations, impact & skepticism
- Many see the release as strategically “scorched earth” against closed players (OpenAI et al.), not pure altruism, but still net-positive for the ecosystem.
- Some are excited by the largest open-weight MoE model and potential community fine-tuning; others see limited practical value given its size and middling performance.