How should a Modelfile be written to import it into Ollama?
#2
by
Datou1111
- opened
I would really appreciate it if you could help me with this.
Modelfile:
FROM llava-llama-3-8b-v1_1.Q8_0.gguf
Ollama cmd:
ollama create modelfile_name -f ./modelfile_name
After transferring, check if the new model is listed:
ollama list
ollama run modelfile_name
For more use:
ollama help