From 161617f0b6fe48dcdc442ab7a01c7abee58747a1 Mon Sep 17 00:00:00 2001 From: 997146918 <997146918@qq.com> Date: Fri, 6 Jun 2025 10:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIGC/使用说明.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AIGC/使用说明.txt b/AIGC/使用说明.txt index 937e915..b1f7714 100644 --- a/AIGC/使用说明.txt +++ b/AIGC/使用说明.txt @@ -12,7 +12,7 @@ https://www.python.org/downloads/release/python-31210/ 3.修改模型的安装目录 添加windows环境变量 OLLAMA_MODELS 设定自定义的路径 重启电脑 - 1.下载ai模型 + 4.下载ai模型 根据电脑配置选择1.5b 7b 8b 14b 32b 70b 671b ollama run deepseek-r1:1.5b @@ -20,4 +20,6 @@ https://www.python.org/downloads/release/python-31210/ 运行SetupCommand.bat脚本 四.设置模型名称 -修改StartCommand.bat中 et OLLAMA_MODEL=deepseek-r1:1.5b 对应的模型 +修改StartCommand.bat中 set OLLAMA_MODEL=deepseek-r1:1.5b 对之前安装的模型 + +五.运行StartCommand.bat脚本