From 7917fc7a592d8a1d58e3b5c0d82ba5c1a49b7c2f Mon Sep 17 00:00:00 2001 From: Vince Peng Date: Wed, 22 Oct 2025 11:43:29 +0800 Subject: [PATCH] Fix typo in README_zh.md for Gradio script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct the misspelled words。 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 6e24e512..124d6312 100644 --- a/README_zh.md +++ b/README_zh.md @@ -77,7 +77,7 @@ pip install -r requirements.txt ### transformers - `trans_infer_cli.py`: 使用`transformers`库作为推理后端的命令行交互脚本。你可以使用它进行连续对话。 -- `trans_infer_gradio.py`: 使用`transformers`库作为推理后段的 Gradio 界面脚本,搭建一个可以直接使用的 Web 界面,支持图片,视频,PDF,PPT等多模态输入。 +- `trans_infer_gradio.py`: 使用`transformers`库作为推理后端的 Gradio 界面脚本,搭建一个可以直接使用的 Web 界面,支持图片,视频,PDF,PPT等多模态输入。 - `trans_infer_bench`:用于学术复现的推理脚本,仅适用于 `GLM-4.1V-9B-Thinking` 模型。其核心在于指定了中断思考的长度,当思考长度超过`8192`时,强制中断思考并补上``再次发起请求,让模型直接输出答案。该例子中使用的一个视频作为输入的测试的例子。其他情况需自行修改。 ### vLLM