mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
hotfix: fix trtllm CI build on release (#2981)
* hotfix: fix trtllm CI build on release * fix: test release. * fix: test release. * fix: test release. env not recognized https://github.com/actions/runner/issues/1661 * fix: test release. Works.
This commit is contained in:
parent
bb69c5b199
commit
e3f2018cb5
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
export runs_on="ubuntu-latest"
|
||||
export platform=""
|
||||
export extra_pytest=""
|
||||
if [[ "${GITHUB_REF}" == "refs/tags/*" ]]; then
|
||||
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
|
||||
export build_type="release";
|
||||
export target="";
|
||||
else
|
||||
@ -263,4 +263,5 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Run C++/CUDA tests
|
||||
if: ${{ env.LABEL == 'ci-runtime' }}
|
||||
run: /usr/local/tgi/bin/tgi_trtllm_backend_tests
|
||||
|
@ -1,7 +1,7 @@
|
||||
ARG cuda_arch_list="75-real;80-real;86-real;89-real;90-real"
|
||||
ARG build_type=release
|
||||
ARG ompi_version=4.1.7
|
||||
ARG sccache_gha_enabled=no
|
||||
ARG sccache_gha_enabled=off
|
||||
ARG actions_cache_url=""
|
||||
ARG actions_runtime_token=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user