Skip to content

Commit

Permalink
try increasing number of workers to 12 to avoid ci timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpercent committed Aug 29, 2024
1 parent a974032 commit f877bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
amdgpu-install -y --usecase=rocm --no-dkms
echo "ROCM_PATH=/opt/rocm" >> ${GITHUB_ENV}
echo "PATH=$PATH:/opt/rocm/bin" >> ${GITHUB_ENV}
echo "MAX_JOBS=7" >> ${GITHUB_ENV}
echo "MAX_JOBS=12" >> ${GITHUB_ENV}
- name: Install dependencies
run: $PY -m pip install wheel setuptools twine -r requirements.txt --extra-index-url $PYTORCH_INDEX_URL
Expand Down

0 comments on commit f877bb9

Please sign in to comment.