ModelsBenchmarks ReleasesDocumentation
Releases  ·  Packs

Packs

A pack is what veizik convert makes from a checkpoint you already hold: the calibrated quality profile, prepared once and reused. The current release deliberately ships without one.

PLANNED
Why not yet

Two ways to prepare a model, and only one of them is finished

On the device, at load

SHIPPING

What the experimental release does. The checkpoint streams in, the quantiser runs on the GPU, the layers are built, nothing is written to disk. It costs a little time at every start and it is not calibrated, which is where the quality gap comes from.

Ahead of time, into a pack

PLANNED

What convert will do. Calibration runs once against real activations, and the result is a file the engine can map straight in. Better quality, faster start, one artifact to move between machines.

Rules

What a pack has to guarantee before it is a format

History

Pack entries

Loading…