mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
6 lines
163 B
Bash
6 lines
163 B
Bash
python llm_infer.py \
|
|
--device 0 \
|
|
--model_type llama2-7b \
|
|
--ckpt_fpath "runs/llama2-7b/vx_xxx/output_best/pytorch_model.bin" \
|
|
--eval_human true
|