Update ONNX test data (#15256)

Change the test data version from 1.13.0 to 1.13.1, which will include some bug fixes.
This commit is contained in:
Changming Sun 2023-03-29 13:13:11 -07:00 committed by GitHub
parent 4a0b86eba6
commit 5d1dbfb432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],