Push a new model: echo "FROM llama2" >> Modelfile echo "SYSTEM You are a friendly assistant." >> Modelfile ollama create -f Modelfile mertbozkir/test ollama push mertbozkir/test or push an existing model: ollama push mertbozkir/test```