Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Enabiling -DUSE_MPS=ON
  • Loading branch information
cerkut authored Dec 14, 2022
1 parent 34cc242 commit 0e451d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
mkdir build
cd build
cmake ../src -DCMAKE_PREFIX_PATH=${{ github.workspace }}/libtorch -DCMAKE_BUILD_TYPE=Release
cmake ../src -DCMAKE_PREFIX_PATH=${{ github.workspace }}/libtorch -DCMAKE_BUILD_TYPE=Release -DUSE_MPS=ON
make
- name: Package creation
run: |
Expand Down

0 comments on commit 0e451d6

Please sign in to comment.