Closed orkutmuratyilmaz closed 11 months ago
You need to copy the model. Your model is created as neuralhermes
but you're trying to push orkut/neuralhermes
which doesn't exist. You can copy it with ollama cp neuralhermes orkut/neuralhermes
. Once copied, you can push with ollama push orkut/neuralhermes
Thank you @mxyng :)
Hello all,
I've created a model, with the "
ollama create neuralhermes -f Modelfile
" command and the content of my Modelfile is below:After that, I've successfully used the model with "
ollama run neuralhermes
" command. The output is:Then, I've created a new model on the website, as orkut/neuralhermes and tried to push with "
ollama push orkut/neuralhermes
" command, but I'm receiving the error below:I've made a research in the issues list, but I couldn't achieve something.
What can I do for that?
Best, Orkut