import { VersionInfo } from '@start9labs/start-sdk' /** Air-gapped serving fix. ExVer form `:`. */ export const v_0_1_4 = VersionInfo.of({ version: '0.1.4:0', releaseNotes: 'Air-gapped mode now serves models with HF_HUB_OFFLINE/TRANSFORMERS_OFFLINE ' + 'set: the per-job --internal network has no DNS, so without offline mode ' + 'the HF hub client crashed on name resolution even with the model fully ' + 'cached. Preflight also treats a crash-looping (restarting) vLLM container ' + 'as dead and fails fast with its logs instead of waiting out the timeout.', migrations: {}, })