mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
CI must be green.
This commit is contained in:
parent
57fa04adfd
commit
50c8ebdef0
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@ -74,12 +74,12 @@ 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
|
||||||
export build_type="dev";
|
export build_type="dev";
|
||||||
export target="ci-runtime";
|
export target="ci-runtime";
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
rocm)
|
rocm)
|
||||||
|
@ -179,4 +179,4 @@ ENV CMAKE_PREFIX_PATH="/usr/local/mpi:/usr/local/tensorrt"
|
|||||||
|
|
||||||
ENV USE_LLD_LINKER=ON
|
ENV USE_LLD_LINKER=ON
|
||||||
ENV CUDA_ARCH_LIST=${cuda_arch_list}
|
ENV CUDA_ARCH_LIST=${cuda_arch_list}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user