From 3aefcd1a891f3b3806c7f4f03392517c5a320872 Mon Sep 17 00:00:00 2001 From: Prathik Rao Date: Thu, 24 Oct 2024 16:28:20 -0700 Subject: [PATCH] update test data opset versions --- js/scripts/prepare-onnx-node-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/scripts/prepare-onnx-node-tests.ts b/js/scripts/prepare-onnx-node-tests.ts index 91aa63e9e6aff..02c33892d57d5 100644 --- a/js/scripts/prepare-onnx-node-tests.ts +++ b/js/scripts/prepare-onnx-node-tests.ts @@ -10,6 +10,8 @@ import * as path from 'path'; import { downloadZip, extractFile } from './utils'; const TEST_DATA_OPSET_VERSIONS = [ + ['opset21', '1.16.2'], + ['opset20', '1.15.0'], ['opset19', '1.14.0'], ['opset18', '1.13.1'], ['opset17', '1.12.1'],