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
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Problem Statement
A lot of code does the following
enginevaluee.g.
https://github.com/menloresearch/cortex.cpp/blob/b31878db2580056232b9841a6e0b42e63cca8167/engine/controllers/models.cc#L292-L297
https://github.com/menloresearch/cortex.cpp/blob/b31878db2580056232b9841a6e0b42e63cca8167/engine/services/model_service.cc#L495-L499
This is unnecessary because the DB already has column
engineWe must make sure the column
engineis registered correctly e.g. Currently downloading single GGUF file does not fill in columnenginehttps://github.com/menloresearch/cortex.cpp/blob/b31878db2580056232b9841a6e0b42e63cca8167/engine/services/model_service.cc#L75-L85
This is also a prerequisite for #2151
Feature Idea
See above