Skip to content

Ollama

shell
ollama pull llama3.1   # Pull a model
ollama rm llama3.1
ollama cp llama3.1 my-model
ollama show llama3.1  #  Show model information
ollama list # List models on your computer
ollama run llama3.1

修改ollama的模型默认存放路径https://blog.csdn.net/LJX_ahut/article/details/139310401https://blog.csdn.net/LJX_ahut/article/details/139310401

open-wenui 为olloma打造的web交互界面

苏ICP备2025160170号-1 | 前端进化之路 | Released under the MIT License.