Browse Source

Merge pull request #725 from martindevans/fix_cublas_git_ref

Fix cublas build action
pull/688/merge
Martin Evans GitHub 1 year ago
parent
commit
b25f93b86d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/compile.yml

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

@@ -121,6 +121,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: ggerganov/llama.cpp repository: ggerganov/llama.cpp
ref: '${{ github.event.inputs.llama_cpp_commit }}'
- name: Download dependencies - Linux - name: Download dependencies - Linux
if: ${{ matrix.os == 'ubuntu-22.04' }} if: ${{ matrix.os == 'ubuntu-22.04' }}
run: | run: |


Loading…
Cancel
Save