From 014bbfe5f2570eda386770e6555969a072fd5bf7 Mon Sep 17 00:00:00 2001 From: Spark Lab Bot Date: Thu, 5 Mar 2026 04:09:53 +0800 Subject: [PATCH] fix: resolve duplicate phrase and typo in README files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md: fix '你也以查看' -> '你也可以查看' - README_en.md: remove duplicate 'model deployment' phrase --- README.md | 2 +- README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2af1de1e..1a7422fc 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ python3 -m sglang.launch_server --model-path zai-org/AutoGLM-Phone-9B \ --port 8000 ``` -- 该模型结构与 `GLM-4.1V-9B-Thinking` 相同, 关于模型部署的详细内容,你也以查看 [GLM-V](https://github.com/zai-org/GLM-V) +- 该模型结构与 `GLM-4.1V-9B-Thinking` 相同, 关于模型部署的详细内容,你也可以查看 [GLM-V](https://github.com/zai-org/GLM-V) 获取模型部署和使用指南。 - 运行成功后,将可以通过 `http://localhost:8000/v1` 访问模型服务。 如果您在远程服务器部署模型, 使用该服务器的IP访问模型. diff --git a/README_en.md b/README_en.md index 93f38952..c2b03569 100644 --- a/README_en.md +++ b/README_en.md @@ -207,7 +207,7 @@ python3 -m vllm.entrypoints.openai.api_server \ --port 8000 ``` -- This model has the same architecture as `GLM-4.1V-9B-Thinking`. For detailed information about model deployment, you can also check [GLM-V](https://github.com/zai-org/GLM-V) for model deployment and usage guides. +- This model has the same architecture as `GLM-4.1V-9B-Thinking`. For detailed information about model deployment, you can also check [GLM-V](https://github.com/zai-org/GLM-V) for usage guides. - After successful startup, the model service will be accessible at `http://localhost:8000/v1`. If you deploy the model on a remote server, access it using that server's IP address.