From 7230f28d876764e5c546b40eff7f90715d5a9be5 Mon Sep 17 00:00:00 2001 From: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:33:11 -0700 Subject: [PATCH] [https://nvbugs/5453709][fix] Remove downgraded transformers version in Qwen2VL Signed-off-by: Wanli Jiang <35160485+Wanli-Jiang@users.noreply.github.com> --- examples/models/core/multimodal/requirements-qwen2vl.txt | 1 - tests/integration/test_lists/waives.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/models/core/multimodal/requirements-qwen2vl.txt b/examples/models/core/multimodal/requirements-qwen2vl.txt index c75f6c32e1f8..50f14d1d8095 100644 --- a/examples/models/core/multimodal/requirements-qwen2vl.txt +++ b/examples/models/core/multimodal/requirements-qwen2vl.txt @@ -1,3 +1,2 @@ accelerate qwen-vl-utils==0.0.8 # 0.0.9 has bug https://github.com/QwenLM/Qwen2-VL/pull/673, rollback until a newer version is released -transformers==4.51.0 # nvbugs/5385987 diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index dad42b807385..0967482ef80b 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -269,7 +269,6 @@ examples/test_nemotron_nas.py::test_nemotron_nas_summary_1gpu[DeciLM-7B] SKIP (h accuracy/test_cli_flow.py::TestLongAlpaca7B::test_multiblock_aggressive SKIP (https://nvbugs/5444627) examples/test_qwen2audio.py::test_llm_qwen2audio_single_gpu[qwen2_audio_7b_instruct] SKIP (https://nvbugs/5447530) examples/test_nemotron_nas.py::test_nemotron_nas_summary_2gpu[DeciLM-7B] SKIP (https://nvbugs/5444636) -examples/test_multimodal.py::test_llm_multimodal_general[Qwen2-VL-7B-Instruct-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:4] SKIP (https://nvbugs/5453709) examples/test_multimodal.py::test_llm_fp8_multimodal_general[fp8-fp8-cnn_dailymail-Qwen2-VL-7B-Instruct-pp:1-tp:1-bfloat16-bs:1-cpp_e2e:False] SKIP (https://nvbugs/5453709) examples/test_multimodal.py::test_llm_multimodal_general[VILA1.5-3b-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5453709) examples/test_llama.py::test_llm_llama_v2_1gpu_auto_parallel[llama-v2-7b-hf] SKIP (https://nvbugs/5453742)