20 lines
263 B
Markdown
20 lines
263 B
Markdown
https://github.com/cline/cline/discussions/241
|
|
|
|
terminal
|
|
|
|
touch modelfile
|
|
打开modelfile
|
|
vim modelfile
|
|
|
|
粘贴 (类似)
|
|
```
|
|
FROM qwen2.5:14b
|
|
PARAMETER num_ctx 65536
|
|
```
|
|
wq
|
|
|
|
```
|
|
ollama create -f modelfile qwen2.5:14b:custom
|
|
```
|
|
|
|
ollama show qwen2.5:14b:custom |