Skip to content

Commit

Permalink
misc(llamacpp): maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 6, 2025
1 parent b8084ea commit 764315d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 764315d

Please sign in to comment.