Skip to content

Commit

Permalink
set MAX_JOBS=2
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Nov 29, 2024
1 parent 71ae54c commit 1ae2f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
echo "ABI=1"
)
python setup.py clean
set MAX_JOBS=4
set MAX_JOBS=2
python setup.py bdist_wheel > build_torch_wheel_log.log
for %%f in (${{ github.workspace }}\..\pytorch\dist\torch-*.whl) do (
set "TORCH_WHL=%%f"
Expand Down

0 comments on commit 1ae2f90

Please sign in to comment.