[Models] Qwen3VL and Qwen3VL-Moe CUDA graph Support (#5962)

* [Models] add Qwen3VL and Qwen3VL-Moe CUDA graph support

* [Models] add Qwen3VL and Qwen3VL-Moe CUDA graph support v2

* [Models] add Qwen3VL and Qwen3VL-Moe CUDA graph support v3
This commit is contained in:
CSWYF3634076
2026-01-09 17:09:02 +08:00
committed by GitHub
parent 20de04e249
commit e6cdea4492
6 changed files with 109 additions and 66 deletions
@@ -549,7 +549,7 @@ class DataProcessor(MMBaseDataProcessor):
min_frames=min_frames,
max_frames=max_frames,
metadata=meta,
fps=-1 if num_frames > 0 else fps, # num_frames first,
fps=-1 if num_frames > 0 else fps, # num_frames first
num_frames=num_frames,
)