mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 06:29:09 +00:00
* Add ColossalEval * Delete evaluate in Chat --------- Co-authored-by: Xu Yuanchen <yuanchen.xu00@gmail.com> Co-authored-by: Tong Li <tong.li352711588@gmail.com>
5 lines
160 B
Bash
5 lines
160 B
Bash
torchrun --nproc_per_node=1 inference.py \
|
|
--config "path to config file" \
|
|
--load_dataset \
|
|
--inference_save_path "path to save inference results"
|