Skip to content

Commit dbfc078

Browse files
committed
fix: restrict SGLang CUDA build to linux/amd64 only
B200/H200 GPUs are x86_64 architecture only, and we install CUDA toolkit from the x86_64 repository. Building for arm64 would fail. ARM64 CUDA support can be added by the community if needed.
1 parent 70037a0 commit dbfc078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
with:
172172
file: Dockerfile
173173
target: final-sglang
174-
platforms: linux/amd64, linux/arm64
174+
platforms: linux/amd64
175175
build-args: |
176176
"LLAMA_SERVER_VERSION=${{ inputs.llamaServerVersion }}"
177177
"LLAMA_SERVER_VARIANT=cuda"

0 commit comments

Comments
 (0)