Use kernel build node for cu134 image (#36912)
This commit is contained in:
@@ -33,7 +33,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
build-arm64:
|
build-arm64:
|
||||||
if: github.repository == 'sgl-project/sglang'
|
if: github.repository == 'sgl-project/sglang'
|
||||||
runs-on: arm-docker-build-node
|
# Use kernel builder node since we need to build wheels from source.
|
||||||
|
runs-on: arm-kernel-build-node
|
||||||
environment: ${{ (github.event_name == 'schedule' || !inputs.build_only) && 'prod' || null }}
|
environment: ${{ (github.event_name == 'schedule' || !inputs.build_only) && 'prod' || null }}
|
||||||
# Cold builds recompile three CUDA wheels from source.
|
# Cold builds recompile three CUDA wheels from source.
|
||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
|
|||||||
Reference in New Issue
Block a user