Skip to content

Commit

Permalink
max_jobs and path
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Nov 1, 2024
1 parent 6c17fb6 commit fba7cca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export PYTORCH_ROCM_ARCH="gfx90a;gfx942"

rm -f $(which sccache)

export MAX_JOBS=32

# Build
$python_executable setup.py bdist_wheel --dist-dir=dist
cd gradlib
$python_executable setup.py bdist_wheel --dist-dir=../dist
$python_executable setup.py bdist_wheel --dist-dir=dist

0 comments on commit fba7cca

Please sign in to comment.