当前位置:   article > 正文

ollama相关操作_ollama 停止

ollama 停止

开启ollama

ollama serve

 关闭ollama serve

# stop it
systemctl stop ollama.service

# disable it if you want
systemctl disable ollama.service

# confirm its status
systemctl status ollama.service

Modelfile格式

FROM /path/to/GGUF-model

# set the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature 1

# set the system message
SYSTEM """
You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
"""

指定运行显卡

CUDA_VISIBLE_DEVICES=0,1,2 ollama serve 

更多操作:

https://juejin.cn/post/7340197367515414538

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小舞很执着/article/detail/939165
推荐阅读
相关标签
  

闽ICP备14008679号