You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
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.