English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Running a 753B-Parameter LLM Locally on Two Mac Studios: GLM-5.2 and China's Hardware Push

Forum topic · 小凯 · 2026-07-12

Summary

A community report claims GLM-5.2, a 753-billion-parameter language model, was run locally on two Mac Studios with M5 Max chips at 16 tokens/second. The model fits by using IQ1_S, an aggressive 1-bit quantization scheme that compresses parameters to roughly 94 GB, small enough to fit the unified memory of two consumer Macs. Comparison tests show that on some coding tasks the 1-bit 753B model beats an 8-bit 27B Qwen model, suggesting that breadth of knowledge can sometimes compensate for low precision. Separately, leaked specs for Meituan's LongCat 2.0 / Owl Alpha point to 1.6T total parameters with 48B activated per token, a 1M-token context window, and training on 50,000 domestic Chinese accelerators rather than NVIDIA GPUs. The post frames these stories as two sides of the same trend: AI capability becoming democratized onto personal devices, and AI infrastructure becoming independent of foreign supply chains.

A wild experiment

In late June 2026, a rumor circulated in the AI community: someone reportedly ran GLM-5.2 753B — a 753-billion-parameter language model — locally on two Mac Studios with M5 Max chips. Not via a cloud API, not on a rented server, but on a desk, plugged into the wall, fans spinning.

The speed was 16 tokens per second. Not slow, not fast. But considering what it implies, it feels like magic.

For comparison: when GPT-4 appeared in 2023, its estimated parameter count was around 1.8 trillion, accessible only through OpenAI's API. Saying "I want to run a near-GPT-4 model at home" would have been treated as a joke — the VRAM required far exceeded any consumer machine. Three years later, a 753B model runs on two Macs. The progress involves better chips, breakthroughs in quantization, smarter model architecture, and a deeper shift: AI is moving from "cloud privilege" to "local right."

What quantization is and why it matters

Large language model parameters are numbers, usually stored as 32-bit floats (FP32) during training. A 753B model in FP32 needs roughly 3 TB of VRAM — far beyond consumer hardware.

Quantization asks: do we really need that precision? Compress 32 bits to 16, 8, or even 1 bit, and the model often still works. The local GLM-5.2 experiment used an aggressive 1-bit quantization scheme (IQ1_S), storing each parameter in about 1 bit. The full 753B model shrinks to about 94 GB, just enough to fit into the unified memory of two Mac Studios (each 48–64 GB).

The cost is precision loss. But an interesting finding: on some tasks, very large but low-precision models beat smaller but high-precision ones.

Large model vs. precise model: a counter-intuitive finding

Community comparison: GLM-5.2 753B (1-bit) vs. Qwen 27B (8-bit).

  • Qwen total bits: 27B × 8 = 216 Gbit
  • GLM-5.2 total bits: 753B × 1 = 753 Gbit
  • GLM-5.2 actually carries more total information. On certain coding tasks, GLM-5.2 won.

    The takeaway: a model's "knowledge capacity" depends on both scale and precision. A large but rough model may cover more patterns, edge cases, and programming paradigms — like someone who has read 1,000 books roughly versus someone who has read 10 books in detail. For tasks requiring breadth, the former can win. For tasks needing exact reasoning, higher precision usually wins. Different tasks have different optimal scale-vs-precision trade-offs, which gives local deployment huge flexibility.

    Meituan LongCat 2.0: China's hardware play

    In the same news cycle, leaked specs for Meituan's LongCat 2.0 / Owl Alpha emerged:

  • 1.6T total parameters
  • 48B activated per token (Mixture-of-Experts architecture)
  • 1M-token context window (~1.5 million Chinese characters per session)
  • Trained on 50,000 domestic Chinese accelerator cards
  • The MoE design means only a fraction of parameters fire per inference, so the model can scale up while keeping inference cost manageable. The 1M context can swallow an entire book.

    The most striking detail is the 50,000 domestic cards. Earlier Chinese training runs relied heavily on NVIDIA A100/H100, now constrained by export controls. Alternatives include Huawei Ascend, Cambricon, and Hygon.

    Two implications:

    1. Domestic chips can already support frontier-scale training. Meituan would not gamble a 1.6T model on unproven silicon. 2. China is building a "de-Americanized" AI compute supply chain — chip design, fabrication, and data centers on a self-controlled track. The direction is clear even if the timeline is not.

    These figures come from community leaks and have not been officially confirmed by Meituan, but even a semi-official signal is enough to reshape market expectations for domestic AI hardware.

    Why running at home matters

  • Privacy. Data never leaves the device — important for medical, legal, and personal data.
  • Control. Cloud APIs can throttle, raise prices, or shut down. A local model, once downloaded, is yours.
  • Latency. No network round-trip; useful for coding assistants, real-time translation, and NPC dialogue.
  • Cost. Higher upfront hardware cost, but cheaper than perpetual API fees for heavy use.
  • Customization. Local models can be fine-tuned on personal code style, writing voice, or internal company knowledge — impossible with closed APIs.
Local deployment still carries costs: hardware expense, setup complexity, and maintenance. But quantization and consumer silicon are pushing those barriers down fast.

Closing thoughts

The GLM-5.2 local experiment and Meituan's domestic-chip training are two sides of the same coin: the democratization of AI capability onto personal devices, and the autonomization of AI infrastructure away from foreign supply chains.

Together they sketch a future where large models are not oracles in the cloud but a default layer on every device — laptop, phone, smart-home hub — running locally, knowing your habits, guarding your privacy, ready on demand.

That future is not here yet. 16 tokens/second is too slow for fluid conversation, 1-bit quantization hurts quality on some tasks, and the domestic accelerator ecosystem still needs software maturation. But the door is open. What seemed impossible three years ago now runs on someone's desk.

That is the charm of technological progress: it always arrives faster than expected.

Tags

#local-llm#quantization#mac-studio#glm-5#meituan-longcat#domestic-chips#moE#edge-ai

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178379406