import { VersionInfo } from '@start9labs/start-sdk' /** Serving-readiness fix. ExVer form `:`. */ export const v_0_1_3 = VersionInfo.of({ version: '0.1.3:0', releaseNotes: 'Fix wave preflight: the model-proxy probe now authenticates (the router ' + 'requires its master key even on /models) and both the proxy check and the ' + 'per-model completion check poll until ready instead of failing on a ' + 'single early attempt — a 31B model takes minutes to load into GPU ' + 'memory. Crashed containers fail fast with their log tail.', migrations: {}, })