We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7731823 commit f80aa0fCopy full SHA for f80aa0f
.github/workflows/scripts/build.sh
@@ -11,6 +11,6 @@ LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH
11
$python_executable -m pip install wheel packaging
12
13
# Limit the number of parallel jobs to avoid OOM
14
-export MAX_JOBS=2
+export MAX_JOBS=1
15
# Build
16
$python_executable setup.py bdist_wheel --dist-dir=dist
0 commit comments