Skip to content

Commit

Permalink
use 4 parallel threads
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Nov 11, 2024
1 parent 7ff777a commit 08e23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libtorch-linux-cpu-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
-DUSE_CUDA=OFF \
-DCMAKE_INSTALL_PREFIX:PATH=../libtorch \
../pytorch
cmake --build . --target install --parallel 8
cmake --build . --target install --parallel 4
- name: Create archive
run: |
zip -r libtorch-linux-x86_64-${{ github.event.inputs.branch }}.zip libtorch/
Expand Down

0 comments on commit 08e23fa

Please sign in to comment.