mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix: test release.
This commit is contained in:
parent
b4f4817f1a
commit
66af3c7801
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -249,7 +249,7 @@ jobs:
|
||||
|
||||
backend_trtllm_cxx_tests:
|
||||
needs: build-and-push
|
||||
if: needs.build-and-push.outputs.label == '-trtllm'
|
||||
if: needs.build-and-push.outputs.label == '-trtllm' && env.TARGET == 'ci-runtime'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
@ -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