From 3806a33371209bb7761831c1e4a7ac8f8f321ba1 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Mon, 6 Jan 2025 14:36:56 +0100 Subject: [PATCH] misc(llamacpp): maybe? --- .github/workflows/build_trtllm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index 788f8539..a651a0fa 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -128,11 +128,9 @@ jobs: needs: build runs-on: group: aws-g6-12xl-plus-priv-cache - env: - TARGET_SHA: ${{ env.LABEL }} container: image: - registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${TARGET_SHA} + registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ github.GITHUB_SHA }} credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}