CogVideo / sat /inference.sh
eysho's picture
Upload folder using huggingface_hub
e276be2 verified
raw
history blame contribute delete
270 Bytes
#! /bin/bash
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/cogvideox_2b_infer.yaml"
echo ${run_cmd}
eval ${run_cmd}
echo "DONE on `hostname`"