From a0ba4689feabcd6e0bf0765e61ff1d7d1229a287 Mon Sep 17 00:00:00 2001 From: gaoyuanzero <35215534+gaoyuanzero@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:05:52 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit readme一键启动适用脚本说明修改 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 226a68b..ddc3aff 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ max_gpu_memory="20GiB" ⚠️ **注意:** -**1.llm_api_launch.py脚本仅适用于linux和mac设备,win平台请使用wls;** +**1.llm_api_launch.py脚本原生仅适用于linux,mac设备需要安装对应的linux命令,win平台请使用wls;** **2.加载非默认模型需要用命令行参数--model-path-address指定指定模型,不会读取model_config.py配置;** @@ -361,7 +361,7 @@ $ streamlit run webui.py --server.port 666 ⚠️ **注意:** -**1. 一键启动脚本仅适用于 Linux 和 Mac 设备, Winodws 平台请使用 WLS;** +**1. 一键启动脚本仅原生适用于Linux,Mac 设备需要安装对应的linux命令, Winodws 平台请使用 WLS;** **2. 加载非默认模型需要用命令行参数 `--model-path-address` 指定指定模型,不会读取 `model_config.py` 配置。**