Skip to content

Commit d0d99ba

Browse files
committed
fix script with old launch
1 parent f61ef85 commit d0d99ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integrations/flashvsr/scripts/benchmark_postprocess_multigpu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage:
1313
1414
Environment overrides:
1515
NPROC_PER_NODE=8
16-
RUNNER_SLUG=lingbot-world-fast
16+
RUNNER_SLUG=t2v-wan21-t2v-1.3b-480p
1717
POSTPROCESS_PRESET=flashvsr-v1.1-full-attn
1818
WARMUP_RUNS=1
1919
BENCHMARK_RUNS=1
@@ -163,7 +163,7 @@ if [[ ${1:-} == "--help" || ${1:-} == "-h" ]]; then
163163
fi
164164

165165
NPROC_PER_NODE=${NPROC_PER_NODE:-8}
166-
RUNNER_SLUG=${RUNNER_SLUG:-lingbot-world-fast}
166+
RUNNER_SLUG=${RUNNER_SLUG:-t2v-wan21-t2v-1.3b-480p}
167167
POSTPROCESS_PRESET=${POSTPROCESS_PRESET:-flashvsr-v1.1-full-attn}
168168
WARMUP_RUNS=${WARMUP_RUNS:-1}
169169
BENCHMARK_RUNS=${BENCHMARK_RUNS:-1}

0 commit comments

Comments
 (0)