From 838d05010722580cad416c08888c0c5cf9d3dc96 Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Tue, 13 Aug 2024 16:22:08 -0700 Subject: [PATCH] ci: set `MAX_JOBS` to 128 (#445) --- .github/workflows/release_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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