Browse Source

Fixed cublas action always compiling `master` instead of the specific commit

pull/725/head
Martin Evans 1 year ago
parent
commit
c585eb5b25
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
with:
repository: ggerganov/llama.cpp
ref: '${{ github.event.inputs.llama_cpp_commit }}'
- name: Download dependencies - Linux
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: |


Loading…
Cancel
Save