From 144dba0163111274287dcc0e5f8cfa2822015813 Mon Sep 17 00:00:00 2001 From: jhqxxx Date: Sat, 11 Oct 2025 14:20:35 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c888a8..15a8f9f 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ git clone https://github.com/jhqxxx/aha.git cd aha # 修改测试用例中模型路径 # 运行 Qwen2.5VL 示例 -cargo test -F cuda,flash-attn qwen2_5vl_generate -- --nocapture +cargo test -F cuda qwen2_5vl_generate -- --nocapture # 运行 MiniCPM4 示例 -cargo test -F cuda,flash-attn minicpm_generate -- --nocapture +cargo test -F cuda minicpm_generate -- --nocapture # 运行 VoxCPM 示例 -cargo test -F cuda,flash-attn voxcpm_generate -- --nocapture +cargo test -F cuda voxcpm_generate -- --nocapture ``` ## 使用方法