cortex.cpp icon indicating copy to clipboard operation
cortex.cpp copied to clipboard

feat: Cortex model importing

Open cloudherder opened this issue 1 year ago • 4 comments

Goal

  • Cortex can import a model that is already on the user's computer
  • Question: by symlink or cp?
  • CLI: cortex model import <path>, but how do we specify engine etc? (or scope to only GGUF?)

Original Post

Problem Even though I already have a GGUF model, I still need to re-pull the model, which seems not very friendly. Could Cortex add a feature to import models?

It would be even better if the models command could directly load a model file, although loading a model not listed in the model ID list might cause an error, but this way users can try using more models.

cloudherder avatar Sep 01 '24 01:09 cloudherder

@cloudherder This is an important feature. We will be expanding this to solve for generic model importing in cortex.cpp.

dan-menlo avatar Sep 08 '24 11:09 dan-menlo

@cloudherder This is an important feature. We will be expanding this to solve for generic model importing in cortex.cpp.

I am honored to receive your affirmative response. I will continue to monitor the development of cortex.cpp.

cloudherder avatar Sep 13 '24 13:09 cloudherder

@namchuai @nguyenhoangthuan99 Are we doing this in Sprint 21? (I will move it to Sprint 22 otherwise)

dan-menlo avatar Sep 29 '24 06:09 dan-menlo

The import command is supported with this PR #1248

nguyenhoangthuan99 avatar Sep 30 '24 00:09 nguyenhoangthuan99

Closing

dan-menlo avatar Oct 13 '24 09:10 dan-menlo