Merge pull request #725 from martindevans/fix_cublas_git_ref

Fix cublas build action
This commit is contained in:
Martin Evans 2024-05-09 14:07:50 +01:00 committed by GitHub
commit b25f93b86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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