From c08bb4eee309fd7382b77a78cec8a2dbd37bda15 Mon Sep 17 00:00:00 2001 From: Siva Popuri Date: Wed, 26 May 2021 16:17:20 -0700 Subject: [PATCH] Update docs/ONNX_Runtime_Server_Usage.md (#7818) Making it clear in the documentation to proactively inform users. --- docs/ONNX_Runtime_Server_Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ONNX_Runtime_Server_Usage.md b/docs/ONNX_Runtime_Server_Usage.md index fba303c77cc70..a07b506b04c56 100644 --- a/docs/ONNX_Runtime_Server_Usage.md +++ b/docs/ONNX_Runtime_Server_Usage.md @@ -1,4 +1,4 @@ -

Note: ONNX Runtime Server is still in beta state and may not be ready for production environments.

+

Note: ONNX Runtime Server has been deprecated.

# How to Use build ONNX Runtime Server for Prediction ONNX Runtime Server provides an easy way to start an inferencing server for prediction with both HTTP and GRPC endpoints.