The Great Cleanup - Manifests Get Their Own Home
Today we're diving into some serious spring cleaning in the Ollama codebase! Patrick Devine led a major refactor moving manifest code to its own directory and consolidating model path handling, while Jeffrey Morgan streamlined the image generation features by temporarily removing Qwen models. It's all about making the code cleaner and more maintainable.
Duration: PT4M4S
Episode overview
This episode is a short developer briefing from Ollama.
It explains recent repository work in plain language.
- Show: Ollama
- Published: 2026-01-22T11:03:05Z
- Audio duration: PT4M4S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, amazing developers! Welcome back to another episode of the Ollama podcast. I'm your host, and wow, do we have some satisfying cleanup stories for you today, January 22nd, 2026. You know that feeling when you finally organize your desk and everything just clicks into place? That's exactly what happened in…
Let's jump right into our main story. Patrick Devine just merged what I'm calling "The Great Manifest Migration" - and folks, this is the kind of refactoring that makes my developer heart sing. Picture this: the manifest code was living in the server directory, kind of like keeping your tax documents mixed in with…
Patrick took on the challenge of moving all that manifest code into its own top-level directory. We're talking about a substantial change here - 410 lines added, 597 lines removed across 20 files. But here's the beautiful part: it's not just moving code around for the sake of it. This change eliminates redundancy…
Here's what was happening - when the team originally added the types/model directory, it was doing almost the same job as the existing server/modelpath.go file. The only thing holding back a full replacement was protocol scheme handling. So what did…
T…
Nearby episodes from Ollama
- Cleaning Up the Config Game
- Speed Boost and Model Magic
- Memory Magic and Command Makeover
- Making Ollama Play Nice with Everyone
- New Model Architecture and Image Generation Fixes
- New Model Support and Memory Management Wins
- FLUX.2 Image Generation Arrives
- Image Generation Goes Native and Parser Cleanup Magic