Skip to content

Commit

Permalink
Fix cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Oct 31, 2024
1 parent a285f16 commit 2e3afe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libtorch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
-DUSE_XPU=OFF \
-DCMAKE_INSTALL_PREFIX:PATH=../libtorch \
-DUSE_MPS=OFF \
-CMAKE_OSX_ARCHITECTURES=x86_64 \
-DCMAKE_OSX_ARCHITECTURES=x86_64 \
../pytorch
cmake --build . --target install --parallel 8
- name: Create archive
Expand Down

0 comments on commit 2e3afe7

Please sign in to comment.