We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.8
After downloading a second model,I cannot start it, or reference any of the (correct) models by model ID.
Download two models.
#cortex models list +---------+----------------------------------------+ | (Index) | ID | +---------+----------------------------------------+ | 1 | llama3.2:3b-gguf-q4-km | +---------+----------------------------------------+ | 2 | bartowski:phi-4-GGUF:phi-4-Q6_K_L.gguf | +---------+----------------------------------------+
Try to start and stop them.
#cortex models start 2 llama3.2:3b-gguf-q4-km model started successfully. Use `cortex run llama3.2:3b-gguf-q4-km` for interactive chat shell
cortex models start 1 Failed to get model repository branches: cortexso/1 Model 1 not found!
cortex models stop 2 Failed to stop model: {"message":"Model not found: 2"}
cortex models stop 1 Failed to stop model: {"message":"Model not found: 1"}
No response
The text was updated successfully, but these errors were encountered:
Hi @jagauthier, model ID here means llama3.2:3b-gguf-q4-km or bartowski:phi-4-GGUF:phi-4-Q6_K_L.gguf. So, the correct command should be
llama3.2:3b-gguf-q4-km
bartowski:phi-4-GGUF:phi-4-Q6_K_L.gguf
cortex models start lama3.2:3b-gguf-q4-km cortex models stop lama3.2:3b-gguf-q4-km
Sorry, something went wrong.
That makes sense. Except for models start 2 working!
models start 2
vansangpfiev
No branches or pull requests
Cortex version
1.0.8
Describe the issue and expected behaviour
After downloading a second model,I cannot start it, or reference any of the (correct) models by model ID.
Steps to Reproduce
Download two models.
Try to start and stop them.
Screenshots / Logs
No response
What is your OS?
What engine are you running?
Hardware Specs eg OS version, GPU
No response
The text was updated successfully, but these errors were encountered: