From 6fb258b5ee33995604aa256b10969b6fb69b470d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:13:14 +0000 Subject: [PATCH] Bump onnx from 1.18.0 to 1.21.0 in /meta-llama-Llama-3.2-3B/VitisAI Bumps [onnx](https://github.com/onnx/onnx) from 1.18.0 to 1.21.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.18.0...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- meta-llama-Llama-3.2-3B/VitisAI/requirements_vitisai_llm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-llama-Llama-3.2-3B/VitisAI/requirements_vitisai_llm.txt b/meta-llama-Llama-3.2-3B/VitisAI/requirements_vitisai_llm.txt index 56a505aed..663a2d843 100644 --- a/meta-llama-Llama-3.2-3B/VitisAI/requirements_vitisai_llm.txt +++ b/meta-llama-Llama-3.2-3B/VitisAI/requirements_vitisai_llm.txt @@ -14,7 +14,7 @@ nltk numpy==1.26.4 # Pin onnx version -onnx==1.18.0 +onnx==1.21.0 onnxruntime onnxruntime-genai onnxsim