Views
No views yet
| File | Description |
|---|---|
| MiniMax-H3-RAVEN-Streaming-LoRA-4NFE-Preview | PEFT-layout streaming LoRA adapter for MiniMax-H3, loaded through the adapter block of a RAVEN trial config. |
| Item | Value |
|---|---|
| Base model | MiniMaxAI/MiniMax-H3 |
| Adapter | LoRA, r=128, lora_alpha=128 |
| Sampling | 4 NFE (video and audio grids) |
| Frames | 192 |
| Resolution | 768 x 1376 |
| Frame rate | 24 fps |
| Causal chunking | sink=2, window=2 |
1git clone https://github.com/mvp-ai-lab/RAVEN.git
2cd RAVEN
3conda env create -f tools/environment.yaml
4bash tools/prepare_venv.sh
5source venv/bin/activatehf download mvp-lab/MiniMax-H3-RAVEN-Streaming-LoRA --local-dir /path/to/minimax-h3-raven-loramodels.backbone.adapter.weight paths.BaseEngine run configured for one 8-GPU node (4-way unified parallelism, FSDP shard size 8). Training implementations live in projects/minimax_h3/meta_models/.1N=8 bash tools/multi_run.sh \
2 projects/minimax_h3/trials/base/causal_minimax_h3_base/minimax_h3_raven_streaming_lora_4nfe_preview.yaml1@article{lu2026raven,
2 title = {RAVEN: Real-time Autoregressive Video Extrapolation with Consistency-model GRPO},
3 author = {Lu, Yanzuo and Zuo, Ronglai and Deng, Jiankang},
4 year = 2026,
5 journal = {arXiv preprint arXiv:2605.15190}
6}