Release Guide
Release PR
It is recommended to create a dedicated branch and PR for a new release:
- Update version in
pyproject.toml. - Run
uv lock --upgradeto update the lock file. - Pull new images on the cluster if inference engine version is updated, more details in next section.
- Update model tracking information and configs accordingly, more details below.
Update images
If the inference engine version is updated, the Docker GitHub action will build new images tagged by the inference engine version and pushed to DockerHub:
- Go to
vec-inf-maintenance/maintenance. - Run
pull_image.sh $ENGINE_NAME $VERSION, e.g.pull_image.sh vllm 0.14.0. This will pull the new image to/model-weights/vec-inf-shared, and update the symlink accordingly. - Go to
vec-inf-maintenance/deployment. - Run model launch and inference tests to ensure the new images are working properly.
Update model tracking information and configs
For any new release, always sync the latest cached configs (models.yaml and environment.yaml) on Killarney cluster (/model-weights/vec-inf-shared) to the repository:
- If new models were downloaded and/or supported on the cluster, they should be reflected in
MODEL_TRACKING.md. - Whenever changes are made to the cached configs on any cluster, the cached configs should be pushed to
vec-inf-maintenance/vec-inf-shared/$CLUSTER_NAME, e.g.vec-inf-maintenance/vec-inf-shared/bon-echo
Create a new release on GitHub
- Create a new tag and release on GitHub
- Add description for the new release
- Documentation for the new version will be automatically deployed
No comments to display
No comments to display