-
Notifications
You must be signed in to change notification settings - Fork 181
feat: download model with direct url #1227
Conversation
80fea5b to
3c6ffcc
Compare
36de7e8 to
908f740
Compare
908f740 to
897e3f6
Compare
Signed-off-by: James <namnh0122@gmail.com>
897e3f6 to
8a3a590
Compare
| CLI_LOG("Failed to uninstall engine " << engine_ << ": " << e.what()); | ||
| } | ||
| void EngineUninstallCmd::Exec(const std::string& engine) { | ||
| engine_service_.UninstallEngine(engine); |
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.
Should we return a boolean value for engine_service_.UninstallEngine? Seems like we always delete engine successfully.
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.
Signed-off-by: James <namnh0122@gmail.com>
05e468e to
5d06c15
Compare
|
@namchuai Can we be a bit careful about using force-push? It blows away the files changes in Github, making it difficult to review additional diffs |
I see. I'm using force push to clean up the commit list before merged to dev branch, for keeping it clean. I'm not sure if this is enough but you can see that change via button Compare here. |


Describe Your Changes
Testing command
Can switch the url to your own url
build/cortex pull https://huggingface.co/BafS/gemma-2-2b-it-Q4_K_M-GGUF/blob/main/gemma-2-2b-it-q4_k_m.ggufScreenshot
Linked issue
Self Checklist