frohzinn's picture
download
raw
455 Bytes
/**
* Labels shown while a model loads, keyed by the stage reported on /models/sse.
*/
export const MODEL_LOAD_STAGE_LABELS: Record<ApiModelLoadStage, string> = {
text_model: 'Loading weights',
spec_model: 'Loading draft',
mmproj_model: 'Loading projector'
};
/**
* Share of the bar reserved for each load phase after text_model.
* text_model fills the rest, so a plain model reaches 100% on its own.
*/
export const MODEL_LOAD_TAIL_SHARE = 0.1;

Xet Storage Details

Size:
455 Bytes
·
Xet hash:
67c45cc17916b478aaf536c3b39250e2372d75c049e41833ad021acbcd63580a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.