We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cdb29 commit 1ef038eCopy full SHA for 1ef038e
.github/workflows/build_trtllm.yaml
@@ -132,7 +132,7 @@ jobs:
132
- name: Final
133
id: final
134
run: |
135
- echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
+ echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
136
echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
137
tests:
138
needs: build-and-push
0 commit comments