support clip embedding model (#4506)

This commit is contained in:
Pan Lyu
2025-03-27 15:18:15 +08:00
committed by GitHub
parent 1afe3d0798
commit c913ed4046
8 changed files with 746 additions and 9 deletions

View File

@@ -43,6 +43,8 @@
- `python -m sglang.launch_server --model-path Alibaba-NLP/gte-Qwen2-7B-instruct --is-embedding`
- Multi-modal embedding models
- `python -m sglang.launch_server --model-path Alibaba-NLP/gme-Qwen2-VL-2B-Instruct --is-embedding --chat-template gme-qwen2-vl`
- CLIP
- `python -m sglang.launch_server --model-path openai/clip-vit-large-patch14-336 --is-embedding`
## Reward Models