From fffedf12c52f78119615eab4023d02b42c8d1f4d Mon Sep 17 00:00:00 2001 From: akarin Date: Sat, 4 Dec 2021 20:28:31 +0900 Subject: [PATCH] README.md: add intro to vs-ort Signed-off-by: akarin --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8824c7f..2810893 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,13 @@ with Intel GPU support planned in the future. To install, download the latest release and extract them into your VS `plugins` directory. Please visit the [vsov](vsov) directory for details. + +## vsort: ONNX Runtime-based CPU/GPU Runtime + +[ONNX Runtime](https://onnxruntime.ai/) is an AI inference runtime with many backends. + +The vs-onnxruntime plugin provides optimized CPU and CUDA GPU runtime for some popular AI filters. + +To install, download the latest release and extract them into your VS `plugins` directory. + +Please visit the [vsort](vsort) directory for details.