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