From 75919e22b47eda6d21b2e73002bd4e9b4d3d1079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:01:24 +0000 Subject: [PATCH] Bump onnx from 1.6.0 to 1.13.0 in /benchmarks/bert Bumps [onnx](https://github.com/onnx/onnx) from 1.6.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.6.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/bert/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bert/requirements.txt b/benchmarks/bert/requirements.txt index 9c678ec6..f883b3da 100644 --- a/benchmarks/bert/requirements.txt +++ b/benchmarks/bert/requirements.txt @@ -1,5 +1,5 @@ torch==1.4.0 -onnx==1.6.0 +onnx==1.13.0 transformers==2.4.0 onnxruntime==1.2.0 numpy==1.18.0