We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cec35 commit 72e8270Copy full SHA for 72e8270
1 file changed
.github/workflows/sglang.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
image-name: sglang
26
folder: sglang
27
+ dedicated-buildkit: true
28
tag-suffix: ${{ inputs.tag || 'nccl-cuda12.9.1-ubuntu22.04-nccl2.29.2-1-torch2.10.0-vision0.25.0-audio2.10.0-abi1' }}
29
build-args: |
30
BASE_IMAGE=${{ inputs.base-image || 'ghcr.io/coreweave/ml-containers/torch:17ad6db-nccl-cuda12.9.1-ubuntu22.04-nccl2.29.2-1-torch2.10.0-vision0.25.0-audio2.10.0-abi1'}}
0 commit comments