Skip to content

Commit 91c2a25

Browse files
committed
[docs]: catalog the two-Spark FastH3 recipe on the MiniMax H3 family page
The pair YAML was already in this PR; the cookbook gallery only lists recipes that declare a family and hardware evidence.
1 parent 5367efb commit 91c2a25

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

docs/assets/cookbook-recipes.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,26 @@
638638
},
639639
{
640640
"id": "fasth3-spark-pair",
641-
"task": "Text to video",
641+
"family": "minimax_h3",
642+
"stage": "inference",
643+
"task": "Few-step text to video (with audio)",
642644
"label": "FastH3 on two DGX Sparks (sequence parallel)",
645+
"summary": "Run one FastH3 clip across two GB10s with Ray sequence parallel over QSFP RoCE. Sequential load and lazy module load stay on because SP replicates the DiT on each node.",
643646
"model": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-DataFree",
644647
"source": "examples/inference/basic/basic_fasth3_spark_pair.yaml",
645-
"command": "source examples/inference/optimizations/spark_pair_env.sh && FASTVIDEO_VSA_SM100A=0 FASTVIDEO_FA4=0 FASTVIDEO_ATTENTION_BACKEND=VIDEO_SPARSE_ATTN_H3 FASTVIDEO_VAE_PARALLEL_DECODE=1 fastvideo generate --config examples/inference/basic/basic_fasth3_spark_pair.yaml"
648+
"command": "source examples/inference/optimizations/spark_pair_env.sh && FASTVIDEO_VSA_SM100A=0 FASTVIDEO_FA4=0 FASTVIDEO_ATTENTION_BACKEND=VIDEO_SPARSE_ATTN_H3 FASTVIDEO_VAE_PARALLEL_DECODE=1 fastvideo generate --config examples/inference/basic/basic_fasth3_spark_pair.yaml",
649+
"gpu_types": ["NVIDIA"],
650+
"hardware": {
651+
"platform": "cuda",
652+
"gpu_count": 2,
653+
"accelerator": "NVIDIA GB10 (DGX Spark pair)",
654+
"evidence": "validated",
655+
"evidence_url": "https://github.com/hao-ai-lab/FastVideo/pull/1803"
656+
},
657+
"evidence": "Verified",
658+
"expected_artifact": "MP4 under outputs/fasth3_spark_pair/",
659+
"modes": ["T2VA", "2-Spark SP"],
660+
"limitations": ["Requires a two-node Ray cluster on the QSFP interconnect. See docs/getting_started/installation/spark_pair.md."]
646661
},
647662
{
648663
"id": "matrix-game-2",

0 commit comments

Comments
 (0)