You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump docker-model and llamacpp versions in build.json (#843)
* chore: bump docker-model and llamacpp versions in build.json
* chore: update llamacpp version fetching logic in release workflow
* chore: streamline release workflow by adding model-runner checkout and loading GO version conditionally
title: "Bump docker-model to v${{ needs.prepare.outputs.version }}"
514
+
title: "Bump docker-model to v${{ needs.prepare.outputs.version }} and llamacpp to ${{ steps.llamacpp.outputs.version }}"
496
515
body: |
497
516
### Ticket(s)
498
517
499
518
N/A — automated version bump
500
519
501
520
### What this PR does
502
521
503
-
Bumps docker-model version to v${{ needs.prepare.outputs.version }} in build.json.
522
+
- Bumps docker-model version to v${{ needs.prepare.outputs.version }} in build.json.
523
+
- Bumps llamacpp version to ${{ steps.llamacpp.outputs.version }} in build.json (latest from [Docker Hub](https://hub.docker.com/r/docker/docker-model-backend-llamacpp/tags)).
0 commit comments