Open
Description
Problem Statement
A lot of code does the following
- Get model entry from DB
- Get path to model.yml. Read model.yml to obtain
engine
value
e.g.
cortex.cpp/engine/controllers/models.cc
Lines 292 to 297 in b31878d
cortex.cpp/engine/services/model_service.cc
Lines 495 to 499 in b31878d
This is unnecessary because the DB already has column engine
We must make sure the column engine
is registered correctly e.g. Currently downloading single GGUF file does not fill in column engine
cortex.cpp/engine/services/model_service.cc
Lines 75 to 85 in b31878d
This is also a prerequisite for #2151
Feature Idea
See above
Metadata
Metadata
Assignees
Labels
No labels