From 0c25993cc187ee39136f98b4f084e7e42d29329e Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Mon, 6 Jan 2025 14:43:32 +0100 Subject: [PATCH] misc(llamacpp): maybe? --- .github/workflows/build_trtllm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index a651a0fa..9451c2bc 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -130,7 +130,7 @@ jobs: group: aws-g6-12xl-plus-priv-cache container: image: - registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ github.GITHUB_SHA }} + registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ needs.build-and-push.outputs.docker_image }} credentials: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}