misc(backend): attempt to run the tests?
This commit is contained in:
parent
11f348119f
commit
462dcfea85
|
@ -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
|
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:
|
tests:
|
||||||
|
needs: build
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-g6-12xl-plus-priv-cache
|
group: aws-g6-12xl-plus-priv-cache
|
||||||
container:
|
container:
|
||||||
image:
|
image:
|
||||||
registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ env.LABEL }}
|
registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ env.LABEL }}
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
options: --gpus all --net=host
|
options: --gpus all --net=host
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run C++/CUDA tests
|
- name: Run C++/CUDA tests
|
||||||
|
|
Loading…
Reference in New Issue