Initialize
Start the real workload, build its runtime state, and validate the response before capture.
ColdSnap captures initialized vLLM and SGLang workloads, then restores them from a validated state—so you don’t rebuild the same model, kernels, and CUDA graphs every time.
sha256:9f3…2 / 2ready200Accepted August 2026 qualification matrix
Model construction, compilation, calibration, distributed setup, and CUDA-graph capture are valuable work. Repeating all of it for every start is not.
Start the real workload, build its runtime state, and validate the response before capture.
Package driver-qualified process and GPU state in OCI capsules while keeping large model weights separate.
Reconstruct a compatible serving workload, hydrate its weights, validate it, and return it to your manager.
ColdSnap is a manager-driven infrastructure primitive, not another cluster daemon. Your placement manager owns scheduling, credentials, transport, and workload identity. ColdSnap owns strict capture, compatibility, restore, and receipt contracts.
Read the architecturestrict requestactivation runtimeTime to first non-empty streamed token on two DGX Spark GB10 hosts, with Linux page cache cleared before every sample. Watch the measured medians race, then choose a workload to inspect the matrix.
Terminal phases are a time-compressed illustration of each startup path; finish times are the measured three-sample medians. Preparation and verification before container start are excluded from both.
ColdSnap’s n610 native path was fastest in every qualified workload below.
Qwen3.8 27B FP8 · vLLM · n610 native restore
ColdSnap is pre-release research software. Compatibility claims are intentionally limited to qualified engine, model, CUDA, driver, hardware, and topology combinations—and published alongside the result.
The first public target is practical utility on NVIDIA DGX Spark. The architecture is designed around the contracts operators need to qualify, integrate, and automate the same lifecycle across infrastructure.
Capture expensive initialization once, move between active and sleeping states, and bring validated models back without starting at zero.
Integrate strict requests, content-addressed payloads, OCI capsules, compatibility admission, and stable receipts into your own placement and lifecycle systems.
Sparkrun is the reference manager today. It builds the request from your recipe and placement, then coordinates capture and restore through ColdSnap’s public contracts.
# Capture initialized state once
$ sparkrun coldsnap capture recipe.yaml \
--cluster two-node
# Future runs use the ColdSnap strategy
$ sparkrun run recipe.yaml \
--cluster two-nodeColdSnap is released under AGPL-3.0-only. You can inspect it, run it, change it, and build on it—and the license protects the community’s access to improvements deployed as a network service.
ColdSnap is a joint work of Scitrera LLC andFox Engine Ltd—built with the rigor to be useful in the open and operable in demanding environments.Talk with the team.