We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engine
model.yml
A lot of code does the following
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
Lines 75 to 85 in b31878d
This is also a prerequisite for #2151
See above
The text was updated successfully, but these errors were encountered:
@gau-nernst. can i take this one
Sorry, something went wrong.
gau-nernst
No branches or pull requests
Problem Statement
A lot of code does the following
engine
valuee.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 columnengine
cortex.cpp/engine/services/model_service.cc
Lines 75 to 85 in b31878d
This is also a prerequisite for #2151
Feature Idea
See above
The text was updated successfully, but these errors were encountered: