Browse Source

- Fixed uploading metal for x64

- Removed leftover metal file upload
tags/v0.8.1
Martin Evans 2 years ago
parent
commit
241b72e6f5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/compile.yml

+ 2
- 1
.github/workflows/compile.yml View File

@@ -163,7 +163,7 @@ jobs:
path: ./build/libllama.dylib
name: llama-bin-osx-${{ matrix.build }}.dylib
- name: Upload Metal
if: ${{ matrix.defines != 'x64' }}
if: ${{ matrix.build != 'x64' }}
uses: actions/upload-artifact@v3
with:
path: ./build/bin/ggml-metal.metal
@@ -229,3 +229,4 @@ jobs:
with:
name: |
llama-*
*.metal

Loading…
Cancel
Save