Skip to content

Commit 8e07303

Browse files
Update inference.sh
1 parent 0c6dc7b commit 8e07303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sat/inference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES"
44

55
environs="WORLD_SIZE=1 RANK=0 LOCAL_RANK=0 LOCAL_WORLD_SIZE=1"
66

7-
run_cmd="$environs python sample_video.py --base configs/test_cogvideox_5b.yaml configs/test_inference.yaml --seed $RANDOM"
7+
run_cmd="$environs python sample_video.py --base configs/cogvideox1.5_5b.yaml configs/inference.yaml --seed $RANDOM"
88

99
echo ${run_cmd}
1010
eval ${run_cmd}

0 commit comments

Comments
 (0)