Skip to content

Commit 7d5411c

Browse files
committed
Increase MAX_JOBS to 24.
1 parent 8a6d4b1 commit 7d5411c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_build_torch_with_cuda.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
_GLIBCXX_USE_CXX11_ABI: 0
2525
TORCH_CUDA_ARCH_LIST: "5.2;8.6"
2626
USE_CUDA: 1
27+
MAX_JOBS: 24
2728
steps:
2829
- name: Checkout actions
2930
uses: actions/checkout@v4
@@ -40,7 +41,7 @@ jobs:
4041
shell: bash
4142
run: |
4243
cd pytorch
43-
MAX_JOBS=12 python setup.py bdist_wheel
44+
python setup.py bdist_wheel
4445
- name: Upload wheel
4546
uses: actions/upload-artifact@v4
4647
with:

0 commit comments

Comments
 (0)