From 8302b79bb32bb11d63f91f8d4b9affcfc3d8675f Mon Sep 17 00:00:00 2001 From: Yibin Li <109242046+yibinl-nvidia@users.noreply.github.com> Date: Thu, 31 Jul 2025 07:08:44 +0000 Subject: [PATCH] Upgrade dependencies version to avoid security vulnerbility Signed-off-by: Yibin Li <109242046+yibinl-nvidia@users.noreply.github.com> --- examples/models/core/mixtral/requirements.txt | 2 +- examples/models/core/qwen/requirements.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/models/core/mixtral/requirements.txt b/examples/models/core/mixtral/requirements.txt index 50164ee5d33..fee4da9cf64 100644 --- a/examples/models/core/mixtral/requirements.txt +++ b/examples/models/core/mixtral/requirements.txt @@ -1,4 +1,4 @@ -c ../../../constraints.txt tensorrt_llm>=0.0.0.dev0 -transformers==4.38.2 +transformers==4.54.0 accelerate==0.25.0 diff --git a/examples/models/core/qwen/requirements.txt b/examples/models/core/qwen/requirements.txt index 397e53956d0..64ada0fdb38 100644 --- a/examples/models/core/qwen/requirements.txt +++ b/examples/models/core/qwen/requirements.txt @@ -10,7 +10,7 @@ tiktoken einops # optional dependencies -gradio==4.36.0 +gradio==4.44.1 mdtex2html sse_starlette aiohttp_sse_client diff --git a/requirements.txt b/requirements.txt index 59d522503c0..1de3354b4a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ diffusers>=0.27.0 lark mpi4py numpy<2 -onnx>=1.12.0 +onnx>=1.18.0 onnx_graphsurgeon>=0.5.2 openai polygraphy