mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
Delete .github/workflows/1-test-trtllm2.yml
This commit is contained in:
parent
8d22a96947
commit
1d21d3427f
50
.github/workflows/1-test-trtllm2.yml
vendored
50
.github/workflows/1-test-trtllm2.yml
vendored
@ -1,50 +0,0 @@
|
||||
name: "TensorRT-LLM C/C++/CUDA Test Suite POPO"
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
# - 'trtllm/ci'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
paths:
|
||||
- "backends/trtllm"
|
||||
- "server/**"
|
||||
- "proto/**"
|
||||
- "router/**"
|
||||
- "launcher/**"
|
||||
- "Cargo.lock"
|
||||
- "rust-toolchain.toml"
|
||||
- ".github/workflows/build_trtllm.yaml"
|
||||
- ".github/workflows/trtllm_tests.yaml"
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
id-token: write
|
||||
uses: ./.github/workflows/1-build-trtllm.yml
|
||||
with:
|
||||
runs-on: aws-highmemory-64-plus-priv
|
||||
secrets:
|
||||
AWS_ROLE_GITHUB_TGI_TEST: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
|
||||
run-tests:
|
||||
needs: build-and-push
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
group: aws-highmemory-64-plus-priv
|
||||
container:
|
||||
image: ${{ needs.build-and-push.outputs.docker_image }}
|
||||
credentials:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
options: --gpus all --shm-size=8g
|
||||
|
||||
steps:
|
||||
- name: Run C++/CUDA tests
|
||||
run: /usr/local/tgi/bin/tgi_trtllm_backend_tests
|
Loading…
Reference in New Issue
Block a user