Dedicated toml files for CPU/XPU (#10734)

This commit is contained in:
Zaili Wang
2025-10-10 15:44:55 +08:00
committed by GitHub
parent 8df4945559
commit f19613e6c3
5 changed files with 262 additions and 9 deletions

View File

@@ -42,7 +42,10 @@ jobs:
version=$(cat python/sglang/version.py | cut -d'"' -f2)
tag=v${version}-xeon
docker build . -f docker/Dockerfile.xeon -t sglang_xeon --no-cache
docker build \
--build-arg SGLANG_REPO=${{ github.event.pull_request.head.repo.clone_url }} \
--build-arg VER_SGLANG=${{ github.head_ref }} \
. -f docker/Dockerfile.xeon -t sglang_xeon --no-cache
- name: Run container
run: |