Skip to content

Commit

Permalink
Merge pull request #815 from martindevans/fix_linux_vulkan_path
Browse files Browse the repository at this point in the history
Fixed vulkan linux path
  • Loading branch information
martindevans authored Jun 30, 2024
2 parents 341232d + 18bbc17 commit e258ce6
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 @@ -176,7 +176,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-22.04' }}
uses: actions/upload-artifact@v4
with:
path: ./build/libllama.so
path: ./build/src/libllama.so
name: llama-bin-linux-vulkan-x64.so
if-no-files-found: error
- name: Upload llava artifacts (Linux)
Expand Down

0 comments on commit e258ce6

Please sign in to comment.