From 9c54948ece6166491354569fba76a577a3aa4254 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Sun, 14 Apr 2024 14:12:49 -0700 Subject: [PATCH] Updated tutorial SIG to ensure visibility of validated models at README.md Signed-off-by: Saurabh --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7715c5..e1016ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ ## Getting ONNX models -* Pre-trained models: Many pre-trained ONNX models are provided for common scenarios in the [ONNX Model Zoo](https://github.com/onnx/models). +* Pre-trained models (validated): Many pre-trained ONNX models are provided for common scenarios in the [ONNX Model Zoo](https://github.com/onnx/models/tree/main/validated) +* Pre-trained models (non-validated): Many pre-trained ONNX models are provided for common scenarios in the [ONNX Model Zoo](https://github.com/onnx/models). * Services: Customized ONNX models are generated for your data by cloud based services (see below) * Convert models from various frameworks (see below)