import { VersionInfo } from '@start9labs/start-sdk' /** * GPU co-residency support. ExVer form `:`. */ export const v_0_1_2 = VersionInfo.of({ version: '0.1.2:0', releaseNotes: 'New "Stop These Containers Before Grading" setting (Configure Grading): ' + 'container names listed there are docker-stopped on the head Spark at the ' + 'start of every grading job, so the job gets the GPU to itself when ' + 'another service keeps an always-on vLLM resident. They are deliberately ' + 'not restarted afterwards — the owning service reloads its own models.', migrations: {}, })