From d0d82432f3f37ab8609ec2cb4671cf3dd51f8484 Mon Sep 17 00:00:00 2001
From: Emma Ning <43255631+EmmaNingMS@users.noreply.github.com>
Date: Tue, 20 Aug 2019 13:56:19 -0700
Subject: [PATCH] Update PyTorch Section for supported onnx version (#1635)
PyTorch exporter in Pytorch1.2 can natively support multiple opset now
---
docs/Versioning.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Versioning.md b/docs/Versioning.md
index d646d777d8..18a43eb712 100644
--- a/docs/Versioning.md
+++ b/docs/Versioning.md
@@ -45,7 +45,7 @@ A variety of tools can be used to create ONNX models. Unless otherwise noted, pl
|Tool|Recommended Version|Supported ONNX version(s)|
|---|---|---|
-|[PyTorch](https://pytorch.org/)|[Latest stable](https://pytorch.org/get-started/locally/)|1.2-1.5*
*may require [ONNX version converter](https://github.com/onnx/onnx/blob/master/docs/VersionConverter.md) to convert to desired opset #*|
+|[PyTorch](https://pytorch.org/)|[Latest stable](https://pytorch.org/get-started/locally/)|1.2-1.5|
|[ONNXMLTools](https://pypi.org/project/onnxmltools/)
CoreML, LightGBM, XGBoost, LibSVM|[Latest stable](https://github.com/onnx/onnxmltools/releases)|1.2-1.5|
|[ONNXMLTools](https://pypi.org/project/onnxmltools/)
SparkML|[Latest stable](https://github.com/onnx/onnxmltools/releases)|1.4-1.5|
|[SKLearn-ONNX](https://pypi.org/project/skl2onnx/)|[Latest stable](https://github.com/onnx/sklearn-onnx/releases)|1.2-1.5|