From 8e07303dbfc50a6b7b46e81e6b697bd7582ca24e Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Fri, 8 Nov 2024 21:39:23 +0800 Subject: [PATCH] Update inference.sh --- sat/inference.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sat/inference.sh b/sat/inference.sh index 240b4df..9904433 100755 --- a/sat/inference.sh +++ b/sat/inference.sh @@ -4,7 +4,7 @@ echo "CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES" environs="WORLD_SIZE=1 RANK=0 LOCAL_RANK=0 LOCAL_WORLD_SIZE=1" -run_cmd="$environs python sample_video.py --base configs/test_cogvideox_5b.yaml configs/test_inference.yaml --seed $RANDOM" +run_cmd="$environs python sample_video.py --base configs/cogvideox1.5_5b.yaml configs/inference.yaml --seed $RANDOM" echo ${run_cmd} eval ${run_cmd}