mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(llamacpp): maybe?
This commit is contained in:
parent
4f87837ed6
commit
3806a33371
4
.github/workflows/build_trtllm.yaml
vendored
4
.github/workflows/build_trtllm.yaml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user