[docs]: document the FastH3 VSA kernel requirement
Browse filesState prominently that VSA checkpoints and adapters require FastVideo VSA-H3 modules and the Video Sparse Attention kernel.
README.md
CHANGED
|
@@ -24,6 +24,12 @@ family](https://huggingface.co/collections/FastVideo/fastvideo-fasth3).
|
|
| 24 |
Each adapter reconstructs one corresponding distilled transformer from the
|
| 25 |
MiniMax H3 base model.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Variants
|
| 28 |
|
| 29 |
| Variant | Adapter path | Full checkpoint | Attention | Training source | Step |
|
|
|
|
| 24 |
Each adapter reconstructs one corresponding distilled transformer from the
|
| 25 |
MiniMax H3 base model.
|
| 26 |
|
| 27 |
+
> **VSA requirement:** The three VSA adapters must be loaded and run with
|
| 28 |
+
> FastVideo's Video Sparse Attention (VSA-H3) backend and kernel enabled. VSA
|
| 29 |
+
> must be enabled before adapter loading so the compression-gate modules exist
|
| 30 |
+
> for the adapter's `.set_weight` tensors. Dense attention is not a supported
|
| 31 |
+
> substitute. The Dense / Data-Free adapter does not require VSA.
|
| 32 |
+
|
| 33 |
## Variants
|
| 34 |
|
| 35 |
| Variant | Adapter path | Full checkpoint | Attention | Training source | Step |
|