This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Cortex version
v70
Describe the Bug
cortex pull https://huggingface.co/cortexso/NONEXISTENT_MODEL
- Get "model downloaded successfully"
- Get "not a valid GGUF file"
- run
ls /cortexcpp/models
- See that a model folder was created for "nonexistent model name"
❯ sudo cortex-nightly pull https://huggingface.co/cortexso/mistraaal
Validating download items, please wait..
Start downloading: mistraaal
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 17228 100 17228 0 0 58595 0 --:--:-- --:--:-- --:--:-- 58798
Model mistraaal downloaded successfully!
Not a valid GGUF file
❯ ls
mistraaal
Questions
- Whats our model download validation sequence?
- Is this a race condition or just bad sequencing?
What is your OS?
What engine are you running?