导出模型:

ollama list
ollama show –modelfile 模型名称
cp 模型 xxx.gguf

导入模型:

创建一个txt文件,内容:from xxx.gguf
执行命令:ollama create xxx:1.5b -f xxxx.txt
运行模型:ollama run xxx:1.5b