VSA (Video Sparse Attention) is a CUDA kernel for efficient sparse attention in video diffusion models, part of the FastVideo library. Current version 0.0.5 (PyPI) and 0.1.7 (GitHub release). Development is active with frequent releases. Requires Python >=3.10 and CUDA toolkit.
pip install vsaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of VSA for sparse video attention.
Install directly from GitHub or wait for a new PyPI release: pip install git+https://github.com/hao-ai-lab/FastVideo.git#subdirectory=csrc/attn/video_sparse_attn
Ensure nvcc is in PATH and torch is CUDA-enabled.
Update your code to use the new API if present, or stay on v0.0.5.