美文网首页
ollama 使用

ollama 使用

作者: 王国的荣耀 | 来源:发表于2024-12-22 11:44 被阅读0次

Our next-generation model: Gemini 1.5

https://blog.google/technology/ai/google-gemini-next-generation-model-february-2024/#context-window

ollama 本地大模型-汉语转英语翻译

https://github.com/lobehub/lobe-chat
https://ollama.com/library/codellama
https://github.com/openai-translator
https://github.com/ollama/ollama
https://ollama.com/library

下载模型数据

ollama run llama2 3.83G的模型数据
ollama run gemma:7b 5.2G的模型数据
ollama run llama2:70b 38G的模型数据

**➜  ollama list

NAME        ID              SIZE      MODIFIED

gemma:7b    430ed3535049    5.2 GB    9 months ago

**➜  ollama rm llama2:70b

ollama存储位置

/Users/name/.ollama
/Users/name/.ollama/models/blobs

相关文章

网友评论

      本文标题:ollama 使用

      本文链接:https://www.haomeiwen.com/subject/mroyejtx.html