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.
When deleting model using
cortex models delete ...themetadata.ymland the model's directory will hang around afterwards.Example
❯ ls ~/cortexcpp/models/cortex.so/deepseek-r1-distill-qwen-1.5b/1.5b-gguf-q2-k metadata.yml❯ bat ~/cortexcpp/models/cortex.so/deepseek-r1-distill-qwen-1.5b/1.5b-gguf-q2-k/metadata.yml ───────┬────────────────────────────────────────────────────────────────────────────────── │ File: /home/rpg/cortexcpp/models/cortex.so/deepseek-r1-distill-qwen-1.5b/1.5b-gguf-q2-k/metadata.yml ───────┼────────────────────────────────────────────────────────────────────────────────── 1 │ version: 1 2 │ name: deepseek-r1-distill-qwen-1.5b 3 │ default: 1.5b-gguf-q4-km ───────┴──────────────────────────────────────────────────────────────────────────────────Adjustment
for the next version, running
cortex models delete ...will delete all traces of a mode.