Skip to content

Commit fba7cca

Browse files
committed
max_jobs and path
1 parent 6c17fb6 commit fba7cca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scripts/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export PYTORCH_ROCM_ARCH="gfx90a;gfx942"
1414

1515
rm -f $(which sccache)
1616

17+
export MAX_JOBS=32
18+
1719
# Build
1820
$python_executable setup.py bdist_wheel --dist-dir=dist
1921
cd gradlib
20-
$python_executable setup.py bdist_wheel --dist-dir=../dist
22+
$python_executable setup.py bdist_wheel --dist-dir=dist

0 commit comments

Comments
 (0)