Model: Support Qwen 72B RM model. (#3772)
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
- `python -m sglang.launch_server --model-path Skywork/Skywork-Reward-Gemma-2-27B-v0.2 --is-embedding`
|
||||
- InternLM2ForRewardModel
|
||||
- `python -m sglang.launch_server --model-path internlm/internlm2-7b-reward --is-embedding --trust-remote-code`
|
||||
|
||||
- Qwen2ForRewardModel
|
||||
- `python -m sglang.launch_server --model-path Qwen/Qwen2.5-Math-RM-72B --is-embedding --trust-remote-code --tp-size=4`
|
||||
## How to Support a New Language Model
|
||||
|
||||
To support a new model in SGLang, you only need to add a single file under [SGLang Models Directory](https://github.com/sgl-project/sglang/tree/main/python/sglang/srt/models).
|
||||
|
||||
Reference in New Issue
Block a user