Skip to content

Commit

Permalink
remove pic
Browse files Browse the repository at this point in the history
  • Loading branch information
zRzRzRzRzRzRzR committed Nov 8, 2024
1 parent 494296b commit f1f539a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed sat/configs/images.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion sat/inference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/test_inference.yaml --seed $RANDOM"

echo ${run_cmd}
eval ${run_cmd}
Expand Down

0 comments on commit f1f539a

Please sign in to comment.