Skip to content

Commit

Permalink
misc(backend): attempt to run the tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 21, 2024
1 parent 11f3481 commit 462dcfe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,16 @@ jobs:
cache-to: type=s3,region=us-east-1,bucket=ci-docker-buildx-cache,name=text-generation-inference-cache-${{ env.LABEL }},mode=min,access_key_id=${{ secrets.S3_CI_DOCKER_BUILDX_CACHE_ACCESS_KEY_ID }},secret_access_key=${{ secrets.S3_CI_DOCKER_BUILDX_CACHE_SECRET_ACCESS_KEY }},mode=min

tests:
needs: build
runs-on:
group: aws-g6-12xl-plus-priv-cache
container:
image:
registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ env.LABEL }}
credentials:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
options: --gpus all --net=host
container:
image:
registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ env.LABEL }}
credentials:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
options: --gpus all --net=host

steps:
- name: Run C++/CUDA tests
Expand Down

0 comments on commit 462dcfe

Please sign in to comment.