Update docs/ONNX_Runtime_Server_Usage.md (#7818)

Making it clear in the documentation to proactively inform users.
This commit is contained in:
Siva Popuri 2021-05-26 16:17:20 -07:00 committed by GitHub
parent afca89dce6
commit c08bb4eee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<h1><span style="color:red">Note: ONNX Runtime Server is still in beta state and may not be ready for production environments.</span></h1>
<h1><span style="color:red">Note: ONNX Runtime Server has been deprecated.</span></h1>
# 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.