Skip to content

Commit

Permalink
update test data opset versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prathikr committed Oct 24, 2024
1 parent 04860e3 commit 3aefcd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/scripts/prepare-onnx-node-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 3aefcd1

Please sign in to comment.