From c585eb5b2530baeedee9151b039c8a4785f821b1 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Thu, 9 May 2024 14:05:54 +0100 Subject: [PATCH] Fixed cublas action always compiling `master` instead of the specific commit --- .github/workflows/compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f983c1a2..faf796c8 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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: |