video_generation_for_car / scripts /launch_1node.sh
doradream's picture
init
8056602
Raw
History Blame Contribute Delete
146 Bytes
#!/bin/bash
GPU=${1}
CONFIG=${2}
ARGS=${@:3}
torchrun --standalone --nproc_per_node ${GPU} scripts/train_magicdrive.py \
${CONFIG} ${ARGS}