diff --git a/.github/workflows/release_wheel.yml b/.github/workflows/release_wheel.yml index e48cda28..321d268d 100644 --- a/.github/workflows/release_wheel.yml +++ b/.github/workflows/release_wheel.yml @@ -52,7 +52,7 @@ jobs: -e FLASHINFER_CI_TORCH_VERSION=${{ matrix.torch }} \ -e FLASHINFER_BUILD_VERSION=$version \ -e TORCH_CUDA_ARCH_LIST="$TORCH_CUDA_ARCH_LIST" \ - -e MAX_JOBS=224 \ + -e MAX_JOBS=128 \ --user $CI_UID:$CI_GID \ pytorch/manylinux-builder:cuda${{ matrix.cuda }} \ bash /app/scripts/run-ci-build-wheel.sh