Skip to content

Commit

Permalink
Merge pull request #1047 from martindevans/fix-metal-path
Browse files Browse the repository at this point in the history
Fixed path for ggml-metal
  • Loading branch information
martindevans authored Jan 18, 2025
2 parents 86e47c2 + e3739dc commit 13a02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
if: ${{ matrix.build == 'arm64' }}
uses: actions/upload-artifact@v4
with:
path: ./build/ggml/src/libggml-metal.dylib
path: ./build/ggml/src/ggml-metal/libggml-metal.dylib
name: ggml-metal-bin-osx-${{ matrix.build }}.dylib
if-no-files-found: error
- name: Upload llama
Expand Down

0 comments on commit 13a02db

Please sign in to comment.