This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Problem
- I needed to upgrade cortex.llama-cpp from
0.1.37 to 0.1.37-01.11.24 to test our changes
cortex engines install llama-cpp did not install the latest sub(?) version, it still installed v0.1.37
- This required manual
cortex engines install llama-cpp -v v0.1.37-01.11.24.
- I would have not known there was a newer version without looking at the releases page
Discussion:
- Should we align the cortex.llama-cpp version names with upstream llama.cpp eg
0.1.37-b4033 instead of our date format 0.1.37 to 0.1.37-01.11.24
cortex engines update llama-cpp: we should have a way to update engines when new engines are available, and delete the old version?
- Idea:
cortex update also updates engines
Success Criteria
Tasklist