mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 08:21:53 +08:00
[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:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user