This repository was archived by the owner on Jul 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 181
feat: cortex chat/run/models start with new model data structure #1301
Merged
vansangpfiev
merged 7 commits into
feat/new-model-folder
from
feat/new-model-folder_run
Sep 24, 2024
Merged
feat: cortex chat/run/models start with new model data structure #1301
vansangpfiev
merged 7 commits into
feat/new-model-folder
from
feat/new-model-folder_run
Sep 24, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namchuai
reviewed
Sep 23, 2024
…eat/new-model-folder_run
dan-menlo
approved these changes
Sep 24, 2024
Contributor
dan-menlo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thank you @vansangpfiev
vansangpfiev
commented
Sep 24, 2024
…eat/new-model-folder_run
nguyenhoangthuan99
approved these changes
Sep 24, 2024
namchuai
approved these changes
Sep 24, 2024
Contributor
namchuai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ lgtm
nguyenhoangthuan99
added a commit
that referenced
this pull request
Sep 24, 2024
* feat: pulling interact with new model.list * feat: return model id when download model success * feat: model delete for new model.list (#1317) * feat: models delete for new models data folder structure * feat: delete model * feat: cortex chat/run/models start with new model data structure (#1301) * feat: cortex chat/run/models start with new model data structure * temp * fix: use model_id from model service and std::get_line * f:m * Model update command/api (#1309) * Model update command/api * fix: resume download failed Signed-off-by: James <[email protected]> * fix: align github syntax for cuda (#1316) * fix: require sudo for cortex update (#1318) * fix: require sudo for cortex update * fix: comment * refactor code * Format code * Add clean up when finish test * remove model.list after finish test * Fix windows CI build --------- Signed-off-by: James <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: vansangpfiev <[email protected]> * Add more fields to handle when update --------- Signed-off-by: James <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: vansangpfiev <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe Your Changes
Use
model.listwhen runcortex models startcortex chatandcortex runFixes Issues
#1300
Self Checklist