inference.sh 178 Bytes
Newer Older
1
2
3
torchrun --nproc_per_node=1 inference.py \
    --config "path to config file" \
    --load_dataset \
4
    --tp_size 1 \
5
    --inference_save_path "path to save inference results"