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:
|
||||
image: ${{ needs.build-and-push.outputs.docker_image }}
|
||||
credentials:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
options: --gpus all --shm-size=8g
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user