mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-22 02:59:24 +01:00
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13509769 * [to #42322933] Add polylm lora trainer to modelscope
6 lines
186 B
Bash
6 lines
186 B
Bash
CUDA_VISIBLE_DEVICES=0,1 \
|
|
python llm_infer.py \
|
|
--model_type polylm-13b \
|
|
--ckpt_path "runs/polylm-13b/v0-20230802-172425/output_best/pytorch_model.bin" \
|
|
--eval_human true
|