From 9dcfbafccc57be8f805b421f2ce0144531ea3574 Mon Sep 17 00:00:00 2001 From: Yang Mintu <48831056+karagg@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:26:14 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9C=8D=E5=8A=A1=E5=8C=96=E9=83=A8?= =?UTF-8?q?=E7=BD=B2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\234\215\345\212\241\345\214\226\351\203\250\347\275\262.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/llm/\346\234\215\345\212\241\345\214\226\351\203\250\347\275\262.md" "b/llm/\346\234\215\345\212\241\345\214\226\351\203\250\347\275\262.md" index ecbc64147d..449e5aafc1 100644 --- "a/llm/\346\234\215\345\212\241\345\214\226\351\203\250\347\275\262.md" +++ "b/llm/\346\234\215\345\212\241\345\214\226\351\203\250\347\275\262.md" @@ -78,7 +78,7 @@ tritonserver --model-repository ${serving_model_path} --http-port 8134 --grpc-po ``` ### **客户端请求示例** - +若没安装tritonclient[grpc],请先用 pip install tritonclient[grpc] 安装 ```python import queue import json