mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
hotfix: fix trtllm CI build on release
This commit is contained in:
parent
bb69c5b199
commit
aeb1262ab3
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
export runs_on="ubuntu-latest"
|
export runs_on="ubuntu-latest"
|
||||||
export platform=""
|
export platform=""
|
||||||
export extra_pytest=""
|
export extra_pytest=""
|
||||||
if [[ "${GITHUB_REF}" == "refs/tags/*" ]]; then
|
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
|
||||||
export build_type="release";
|
export build_type="release";
|
||||||
export target="";
|
export target="";
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user