Hook
More breakout videos from this creator.
Someone just ran a 744 billion parameter AI model called Calibri on a laptop without a GPU. By streaming parts of the model from disk like Netflix, Calibri makes massive AI accessible offline and zero-cost for tokens, challenging the need for expensive GPUs. #calibri #glm52 #offlinenlp #aitechnology #opensourceai Someone just ran a 744 billion parameter AI model on a laptop with no graphics card. A developer in Italy pulled it off with GLM 5.2. That beats the ones that you pay for. Nvidia's pitch is that you need their GPUs like this, and you just prove you don't. The project is called Calibri. It works with GLM 5.2, that beats the ones that you pay for. Nvidia's pitch is that you need their GPUs like this, and you just prove you don't. The project is called Calibri. It works because it only uses about ten gigs of the model, thinking at any moment. So Calibri keeps that part in your RAM and streams the rest off your hard drive as it needs it. The same way Netflix streams instead of making you download it. And running it is easier than it sounds. You clone the repo and run one set up file. The whole thing builds itself. The only heavy part is download. The model download, which takes 370 gigs on your drive. After that, you just type "Coli" in chat, and you're talking to it completely offline. If you build apps, type "Coli serve" instead. And it turns into an open AI endpoint. You change one line in your code, and your token build goes to zero, because nothing ever leaves your machine. With a full install guide in the comments.