mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Fixing trtllm tests.
This commit is contained in:
parent
ff921d22ad
commit
4070bf2290
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -264,8 +264,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ needs.build-and-push.outputs.docker_image }}
|
image: ${{ needs.build-and-push.outputs.docker_image }}
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
options: --gpus all --shm-size=8g
|
options: --gpus all --shm-size=8g
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user