Upload ms-swift/examples/deploy/reward_model/server.sh with huggingface_hub
Browse files
ms-swift/examples/deploy/reward_model/server.sh
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CUDA_VISIBLE_DEVICES=0 swift deploy \
|
| 2 |
+
--host 0.0.0.0 \
|
| 3 |
+
--port 8000 \
|
| 4 |
+
--model Shanghai_AI_Laboratory/internlm2-1_8b-reward \
|
| 5 |
+
--infer_backend pt
|