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
cortex pull
Describe the bug
cortex pull janhq/TinyLlama-1.1B-Chat-v1.0-GGUF
janhq/TinyLlama-1.1B-Chat-v1.0-GGUF/main
[ ModelEntity { id: 'janhq/TinyLlama-1.1B-Chat-v1.0-GGUF/main', object: 'model', version: '', format: 'gguf', sources: [ [Object] ], name: 'janhq/TinyLlama-1.1B-Chat-v1.0-GGUF/main', created: 1717385664598, description: '', settings: { prompt_template: '<|system|>\n{system_message}</s>\n<|user|>\n{prompt}</s>\n<|assistant|>\n' }, parameters: { stop: [Array] }, metadata: { author: 'janhq', size: 548404256, tags: [] }, engine: 'cortex' } ]
To Reproduce Steps to reproduce the behavior:
cortex run janhq/TinyLlama-1.1B-Chat-v1.0-GGUF
Expected behavior It should persist with the same ID as I pull it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
cortex pull janhq/TinyLlama-1.1B-Chat-v1.0-GGUF
persists wrong model IDjanhq/TinyLlama-1.1B-Chat-v1.0-GGUF/main
so I could not start the model.To Reproduce
Steps to reproduce the behavior:
cortex pull janhq/TinyLlama-1.1B-Chat-v1.0-GGUF
cortex run janhq/TinyLlama-1.1B-Chat-v1.0-GGUF
Expected behavior
It should persist with the same ID as I pull it.
The text was updated successfully, but these errors were encountered: