From cff7a7ba70c21217efb685093b9784b64062d0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:09:26 +0000 Subject: [PATCH] Bump onnx in /examples/deployment/neural_engine/mrpc/bert_mini Bumps [onnx](https://github.com/onnx/onnx) from 1.12.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.12.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../deployment/neural_engine/mrpc/bert_mini/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deployment/neural_engine/mrpc/bert_mini/requirements.txt b/examples/deployment/neural_engine/mrpc/bert_mini/requirements.txt index 5610ac652cca..78b4f6f6c66c 100644 --- a/examples/deployment/neural_engine/mrpc/bert_mini/requirements.txt +++ b/examples/deployment/neural_engine/mrpc/bert_mini/requirements.txt @@ -5,6 +5,6 @@ datasets >= 1.8.0 sentencepiece != 0.1.92 protobuf torch==1.13.0 -onnx==1.12.0 +onnx==1.13.0 onnxruntime==1.13.1 onnxruntime-extensions