Spaces:
Running
on
Zero
Running
on
Zero
File size: 269 Bytes
7bfbdc3 |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
torchrun --nproc_per_node=8 MMaDA/inference_s2t_emova.py \
config=MMaDA/configs/mmada_demo_s2t.yaml \
--train_step 145000\
--remasking "low_confidence"\
--generation_step 128\
--new_tok 128\
--block_length 64 |