Commit 27d30b1
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 adb1ec7 commit 27d30b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments