mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): wtf3
This commit is contained in:
parent
329b6fc375
commit
d3893bc8ad
2
.github/workflows/build_trtllm.yaml
vendored
2
.github/workflows/build_trtllm.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
|
||||
outputs:
|
||||
docker_image: ${{ steps.final.outputs.docker_image }}
|
||||
label: ${ steps.final.outputs.label }}
|
||||
label: ${{ steps.final.outputs.label }}
|
||||
runs-on:
|
||||
group: ${{ inputs.runs-on }}
|
||||
steps:
|
||||
|
4
.github/workflows/trtllm_tests.yaml
vendored
4
.github/workflows/trtllm_tests.yaml
vendored
@ -46,7 +46,11 @@ jobs:
|
||||
options: --gpus all --shm-size=8g
|
||||
|
||||
steps:
|
||||
- name: whoami
|
||||
run: |
|
||||
echo "Container: ${{ needs.build-backend.outputs.docker_image }}"
|
||||
- name: List binaries
|
||||
run: ls -alh /usr/local/tgi
|
||||
|
||||
- name: Run C++/CUDA tests
|
||||
run: /usr/local/tgi/bin/tgi_trtllm_backend_tests
|
Loading…
Reference in New Issue
Block a user