misc(llamacpp): maybe?

This commit is contained in:
Morgan Funtowicz 2025-01-06 14:36:56 +01:00
parent 4f87837ed6
commit 3806a33371

View File

@ -128,11 +128,9 @@ jobs:
needs: build needs: build
runs-on: runs-on:
group: aws-g6-12xl-plus-priv-cache group: aws-g6-12xl-plus-priv-cache
env:
TARGET_SHA: ${{ env.LABEL }}
container: container:
image: 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: credentials:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}