From 567cd70038683823222ac60921a98059899593f2 Mon Sep 17 00:00:00 2001 From: jhqxxx Date: Wed, 10 Dec 2025 13:06:53 +0800 Subject: [PATCH] update some note --- tests/test_qwen2_5vl.rs | 2 +- tests/test_qwen3vl.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_qwen2_5vl.rs b/tests/test_qwen2_5vl.rs index 1159e95..84aaef6 100644 --- a/tests/test_qwen2_5vl.rs +++ b/tests/test_qwen2_5vl.rs @@ -55,7 +55,7 @@ fn qwen2_5vl_generate() -> Result<()> { #[tokio::test] async fn qwen2_5vl_stream() -> Result<()> { - // test with cuda+flash-attn: RUST_BACKTRACE=1 cargo test -F cuda,flash-attn qwen2_5vl_generate -r -- --nocapture + // test with cuda+flash-attn: RUST_BACKTRACE=1 cargo test -F cuda,flash-attn qwen2_5vl_stream -r -- --nocapture // let device = Device::cuda_if_available(0)?; // let dtype = DType::BF16; diff --git a/tests/test_qwen3vl.rs b/tests/test_qwen3vl.rs index 609ee59..7d651f7 100644 --- a/tests/test_qwen3vl.rs +++ b/tests/test_qwen3vl.rs @@ -50,7 +50,7 @@ fn qwen3vl_generate() -> Result<()> { #[tokio::test] async fn qwen3vl_stream() -> Result<()> { - // test with cuda: RUST_BACKTRACE=1 cargo test -F cuda qwen3vl_stream -r -- --nocapture + // test with cuda: RUST_BACKTRACE=1 cargo test -F cuda,ffmpeg qwen3vl_stream -r -- --nocapture let model_path = "/home/jhq/huggingface_model/Qwen/Qwen3-VL-2B-Instruct/";