Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support deepseek v2.5 1210 with sglang #391

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions custom-server/deepseek-v2-5-instruct-sglang/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
base_image:
image: lmsysorg/sglang:v0.4.0.post1-cu124
model_metadata:
repo_id: deepseek-ai/DeepSeek-V2.5-1210
docker_server:
start_command: sh -c "HF_TOKEN=$(cat /secrets/hf_access_token) python3 -m sglang.launch_server --model-path deepseek-ai/DeepSeek-V2.5-1210 --port 8000 --tp 8 --trust-remote-code"
readiness_endpoint: /health
liveness_endpoint: /health
predict_endpoint: /v1/completions
server_port: 8000
resources:
accelerator: H100:8
use_gpu: true
runtime:
predict_concurrency : 32
model_name: DeepSeek V2.5 1210 SGLang
environment_variables:
hf_access_token: null
Loading