From 5d1dbfb43254e281a583794f419ba7d78a6b5488 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 29 Mar 2023 13:13:11 -0700 Subject: [PATCH] Update ONNX test data (#15256) Change the test data version from 1.13.0 to 1.13.1, which will include some bug fixes. --- js/scripts/prepare-onnx-node-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts/prepare-onnx-node-tests.ts b/js/scripts/prepare-onnx-node-tests.ts index 167df4704a..1a3595702c 100644 --- a/js/scripts/prepare-onnx-node-tests.ts +++ b/js/scripts/prepare-onnx-node-tests.ts @@ -10,7 +10,7 @@ import * as path from 'path'; import {downloadZip, extractFile} from './utils'; const TEST_DATA_OPSET_VERSIONS = [ - ['opset18', '1.13.0'], + ['opset18', '1.13.1'], ['opset17', '1.12.1'], ['opset16', '1.11.0'], ['opset15', '1.10.2'],