misc(ci): wtf3

This commit is contained in:
Morgan Funtowicz 2025-01-10 15:11:44 +01:00
parent 329b6fc375
commit d3893bc8ad
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
outputs: outputs:
docker_image: ${{ steps.final.outputs.docker_image }} docker_image: ${{ steps.final.outputs.docker_image }}
label: ${ steps.final.outputs.label }} label: ${{ steps.final.outputs.label }}
runs-on: runs-on:
group: ${{ inputs.runs-on }} group: ${{ inputs.runs-on }}
steps: steps:

View File

@ -46,7 +46,11 @@ jobs:
options: --gpus all --shm-size=8g options: --gpus all --shm-size=8g
steps: steps:
- name: whoami
run: |
echo "Container: ${{ needs.build-backend.outputs.docker_image }}"
- name: List binaries - name: List binaries
run: ls -alh /usr/local/tgi run: ls -alh /usr/local/tgi
- name: Run C++/CUDA tests - name: Run C++/CUDA tests
run: /usr/local/tgi/bin/tgi_trtllm_backend_tests run: /usr/local/tgi/bin/tgi_trtllm_backend_tests