6 lines
169 B
Bash
6 lines
169 B
Bash
CUDA_VISIBLE_DEVICES=0 swift deploy \
|
|
--host 0.0.0.0 \
|
|
--port 8000 \
|
|
--model Shanghai_AI_Laboratory/internlm2-1_8b-reward \
|
|
--infer_backend transformers
|