在ollama的github上面找到了import guff的方法
Create a file named Modelfile, with a FROM instruction with the local filepath to the model you want to import.
FROM ./vicuna-33b.Q4_0.gguf
但是,问题又来了,这个FROM instruction是哪里来的?ollama的按照文件里面没有找到.
【 在 lobachevsky 的大作中提到: 】
: 我试了如下三种工具
: 1. ollama
: 2. huggingface-cli
: ...................
--
FROM 1.202.141.*