赞
踩
对应进行安装
其中gemma就是谷歌Meta近期新发布的模型
llama2模型基本不支持中文语言,gemma模型对中文支持比较友好
支持国产我选的是 qwen 通义千问-阿里的大模型
通义千问的0.5b版本的模型只有395M,运行资源少,结果不准确
而72b版本的模型有41G,
OLLAMA命令
- #创建一个模型
- ollama create example -f Modelfile
-
- #拉取一个模型
- ollama pull llama2
- 该命令还可以用于更新本地模型。只有diff会被拉动。
-
- #删除模型
- ollama rm llama2
-
- # 复制模型
- ollama cp llama2 my-llama2
-
- #除了上述命令之外,Ollama CLI还提供了其他各种命令。执行 ollama --help 命令可以查看完整的命令列表:
- ollama --help
-
- serve Start ollama
- create Create a model from a Modelfile
- show Show information for a model
- run Run a model
- pull Pull a model from a registry
- push Push a model to a registry
- list List models
- cp Copy a model
- rm Remove a model
- help Help about any command
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。