Snapshotmain · d67ad83
How a local model request resolves artifacts, claims hardware, starts a runner, and streams tokens.
Click a building or route
System map6 components · 7 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
ManifestMetadata that names a model configuration and its content-addressed layers.
How to study this repo
- 1Trace one chat request
Follow ChatHandler through prompt rendering, scheduleRunner, completion, and the streamed response.
- 2Compare cold and warm loads
Read sched.go to identify when a request reuses, reloads, or evicts a runner.