We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b95d9e commit 526fae8Copy full SHA for 526fae8
.github/workflows/build-presets.yml
@@ -65,6 +65,7 @@ jobs:
65
66
./install_requirements.sh > /dev/null
67
cmake --preset ${{ matrix.preset }}
68
+ cmake --build cmake-out -j$(( $(nproc) - 1 ))
69
70
windows:
71
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
0 commit comments