Dedicated toml files for CPU/XPU (#10734)
This commit is contained in:
5
.github/workflows/pr-test-xeon.yml
vendored
5
.github/workflows/pr-test-xeon.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user