-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
epic: Cortex Model Structures and simplified cortex run
#1512
Labels
category: model management
Model pull, yaml, model state
category: model running
Inference ux, handling context/parameters, runtime
type: epic
A major feature or initiative
Milestone
Comments
gabrielle-ong
added
category: model management
Model pull, yaml, model state
category: model running
Inference ux, handling context/parameters, runtime
labels
Oct 17, 2024
Questions (may be out of scope)
|
@0xSage |
6 tasks
namchuai
added a commit
that referenced
this issue
Oct 20, 2024
namchuai
added a commit
that referenced
this issue
Oct 20, 2024
namchuai
added a commit
that referenced
this issue
Oct 20, 2024
namchuai
added a commit
that referenced
this issue
Oct 20, 2024
namchuai
added a commit
that referenced
this issue
Oct 21, 2024
namchuai
added a commit
that referenced
this issue
Oct 21, 2024
This should not affect model import. Model id will still be the same as user input. |
namchuai
added a commit
that referenced
this issue
Oct 21, 2024
QA - nicely done, thanks @namchuai!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: model management
Model pull, yaml, model state
category: model running
Inference ux, handling context/parameters, runtime
type: epic
A major feature or initiative
Problem
models list
,cortex pull
andcortex run
cortex.db
Success Criteria
cortex pull
models (huggingface, cortexso) successfully pulls modelcortex.db
saves the right fields for pulled modelCortex model list
shows simplified tablecortex run
uses regex to ask user which model ID they want to runrepo, version, source, id, alias
Tasklist / Sub-issues
to be added
Eng Specs
from #1410
Concepts
1. Models Table &
cortex models list
The
Models
table in cortex.db still remains the same as beforemodel
author_repo_id
branch_name
path_to_model_yaml
result of
cortex models list
will be simplify as follow:engine
will be infer frommodel.yml
of each modelmodel.yml
throughpath_to_model_yaml
.Model ID
inmodel list
result command =model
field inModels
table ofcortex.db
When running, we would find the matching ID from the database. The model list could also include an option to filter out models:
2.
cortex run
with regex search (Deprecate model aliases)Logic:
Bug tracking
The text was updated successfully, but these errors were encountered: