You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QwenVideoClassifier stage for video classification using Qwen VL
Remove flash-attn dependency in favor of PyTorch SDPA
Fixed
Critical: fix caption ordering bug in inflight batching. When inflight batching was enabled (the default),
captions could be assigned to the wrong videos. The bug was introduced in v1.1.5, was dormant in v1.1.6 (inflight
batching temporarily removed), and has been active in v1.1.7–v1.1.11. If you used VLM captioning with any of those
releases, captions may be mismatched. Upgrade to v1.2.0 and re-run affected captioning jobs.
Enforce exact --limit semantics for storage listings and add num_input_videos_selected metric
Reset LazyData.nbytes on drop and eliminate tobytes copy in upload path
Update conda environment name from vllm to unified in Qwen filter stages
Harden NVCF split benchmark retries and count validation
Resolve Docker build failures from NVIDIA wheel timeouts and file permissions
Check for remote mounts in curator_submit
Handle clips with no stream
Pin setuptools<81 to preserve pkg_resources for ngcsdk
Add minimum version constraints for typer dependency