mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix: PR comments
This commit is contained in:
parent
c9067176c3
commit
68c31ca939
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
export extra_pytest=""
|
||||
if [[ "${GITHUB_REF}" == "refs/tags/*" ]]; then
|
||||
export build_type="release";
|
||||
export target="nil";
|
||||
export target="";
|
||||
else
|
||||
export build_type="dev";
|
||||
export target="ci-runtime";
|
||||
|
Loading…
Reference in New Issue
Block a user