From f80aa0fd0e441e0bcc7618b086c53281949a9737 Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Tue, 7 May 2024 01:47:32 +0000 Subject: [PATCH] MAX_JOBS=1 --- .github/workflows/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/build.sh b/.github/workflows/scripts/build.sh index f48b586ed..a7c8c2642 100644 --- a/.github/workflows/scripts/build.sh +++ b/.github/workflows/scripts/build.sh @@ -11,6 +11,6 @@ LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH $python_executable -m pip install wheel packaging # Limit the number of parallel jobs to avoid OOM -export MAX_JOBS=2 +export MAX_JOBS=1 # Build $python_executable setup.py bdist_wheel --dist-dir=dist