featzhang commented on code in PR #27490:
URL: https://github.com/apache/flink/pull/27490#discussion_r2870776202


##########
docs/content.zh/docs/connectors/models/triton.md:
##########
@@ -0,0 +1,716 @@
+---
+title: "Triton"
+weight: 2
+type: docs
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Triton
+
+## 概述

Review Comment:
   fixed



##########
docs/content.zh/docs/connectors/models/triton.md:
##########
@@ -0,0 +1,716 @@
+---
+title: "Triton"
+weight: 2
+type: docs
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Triton
+
+## 概述
+
+Triton 模型函数允许 Flink SQL 调用 [NVIDIA Triton 
推理服务器](https://github.com/triton-inference-server/server)进行实时模型推理任务。Triton 
推理服务器是一个高性能推理服务解决方案,支持多种机器学习框架,包括 TensorFlow、PyTorch、ONNX、TensorRT 等。
+
+主要特性:
+* **高性能**:针对低延迟和高吞吐量推理进行了优化
+* **多框架支持**:支持来自各种 ML 框架的模型
+* **异步处理**:非阻塞推理请求,实现更好的资源利用
+* **灵活配置**:针对不同用例的全面配置选项
+* **资源管理**:高效的 HTTP 客户端池和自动资源清理
+* **容错能力**:内置重试机制,可配置重试次数
+
+{{< hint info >}}
+`flink-model-triton` 模块自 Flink 2.0 起可用。请确保您可以访问正在运行的 Triton 推理服务器实例。

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to