Guozhen AIGlobal AI field notes and model intelligence

Realtime AI News

Run a 700-billion-parameter GLM on a laptop: Colibrì turns SSD into VRAM and trends on GitHub

An open-source project called Colibrì is climbing GitHub fast, offering a practical route to running a 700-billion-parameter GLM on a laptop without a GPU. It keeps only about 9.9GB resident in memory and parks the rest of the 744B weights on an SSD, effectively using solid-state storage as VRAM.

Published

An open-source project called Colibrì is climbing GitHub fast. According to a report by QbitAI, it offers a practical, hands-on route to running a 700-billion-parameter GLM model on a laptop — without a GPU.

The trick is straightforward. Instead of holding a 744B model entirely in memory, Colibrì keeps only about 9.9GB resident and parks the rest on the SSD, effectively using solid-state storage as VRAM.

That pulls the storage hierarchy back into the inference path. Normally a model has to fit in VRAM or RAM, and once weights vastly exceed available memory, inference simply cannot start. Treating the SSD as a weight store trades bandwidth for capacity and lowers the entry barrier.

The trade-off is obvious. SSD bandwidth and latency are in a different league from VRAM, and the source emphasises ease of getting started and feasibility rather than publishing throughput numbers. Real-world experience will depend heavily on local drive performance and access patterns, so usability still needs community measurement.

For the wider ecosystem, projects like this push out the boundary of local inference: lower hardware requirements, better data privacy, and a testbed that does not depend on cloud compute. When very large models can only run in data centres, individuals and small teams struggle to take part in validation; putting weights on local storage at least makes getting something running possible.

What to watch next is community measurement — real speeds on different hardware, support for more open models, and whether caching and prefetching can move the SSD approach closer to usable. For open-source work, staying maintained after the initial spike matters more than a one-night trend.

Why it matters

Trading SSD capacity for VRAM is a speed-for-capacity bargain that will not replace GPU inference soon, but it sharply lowers the local bar for very large models and may spur more storage-aware local inference work.

GLMOpen SourceLocal Inference
Back to realtime news

Nearby Updates

All

09/26, 17:00

T-Head follows 'China's strongest AI chip' with an open-source move

A September 26 report from the BAAI community says T-Head unveiled a processor it describes as China's strongest AI chip and then released an open-source component. The framing suggests the chip itself is only the first step, with open sourcing treated as the follow-up that determines adoption.

09/26, 17:07

A new Physical AI player: FSD-grade team unveils first model Simate-beta, lands on RoboDojo

A team described as having FSD-level experience has unveiled its first Physical AI model, Simate-beta, and dropped it straight into the RoboDojo platform. According to QbitAI, Simate wires training, inference and evaluation into its own infrastructure and runs dozens of independent research lines in parallel.

09/26, 16:21

Alibaba launches Qwen-Audio 3.1 and cuts voice API prices by up to 95%

Alibaba has launched Qwen-Audio 3.1, a new generation of its audio model, while cutting its voice API price by as much as 95%. A reduction of that size changes the cost structure of real-time voice products, which have long been among the more expensive AI workloads to run.

09/26, 17:40

Tether enters the AI agent race with a self-custody wallet wired to automated agents

Tether is moving into the AI agent space with a self-custody wallet tool that lets USDT connect directly to automated agents, BlockWeeks reported on September 26. The report stresses user-held keys and agent-driven USDT payments, but gives no tool name, supported chains or launch date.