Skip to content
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

Model import command #1249

Closed
nguyenhoangthuan99 opened this issue Sep 19, 2024 · 0 comments · Fixed by #1248
Closed

Model import command #1249

nguyenhoangthuan99 opened this issue Sep 19, 2024 · 0 comments · Fixed by #1248
Assignees

Comments

@nguyenhoangthuan99
Copy link
Contributor

nguyenhoangthuan99 commented Sep 19, 2024

Implement a command to help user import local gguf file to cortex.cpp
Epic #1154

CLI Setup

The import subcommand is added to the models command with the following options:

  • --model_id: A required option to specify the unique identifier for the imported model
  • --model_path: A required option to specify the absolute path to the GGUF model file

Usage

To import a model, users can now use the following command:

./your_cli_app models import --model_id <unique_model_id> --model_path /path/to/your/model.gguf
@nguyenhoangthuan99 nguyenhoangthuan99 self-assigned this Sep 19, 2024
@nguyenhoangthuan99 nguyenhoangthuan99 moved this to In Progress in Menlo Sep 19, 2024
@nguyenhoangthuan99 nguyenhoangthuan99 moved this from In Progress to In Review in Menlo Sep 19, 2024
@github-project-automation github-project-automation bot moved this from In Review to Completed in Menlo Sep 20, 2024
@nguyenhoangthuan99 nguyenhoangthuan99 moved this from Completed to QA in Menlo Sep 20, 2024
@freelerobot freelerobot moved this from QA to Completed in Menlo Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant