diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2db466a8..c991ffcb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,12 +74,12 @@ jobs: export runs_on="ubuntu-latest" export platform="" export extra_pytest="" - if [[ "${GITHUB_REF}" == "refs/tags/*" ]]; then - export build_type="release"; - export target=""; - else + if [[ "${GITHUB_REF}" == "refs/tags/*" ]]; then + export build_type="release"; + export target=""; + else export build_type="dev"; - export target="ci-runtime"; + export target="ci-runtime"; fi ;; rocm) diff --git a/docs/source/backends/trtllm.md b/docs/source/backends/trtllm.md index e89e8f52..10db4a50 100644 --- a/docs/source/backends/trtllm.md +++ b/docs/source/backends/trtllm.md @@ -179,4 +179,4 @@ ENV CMAKE_PREFIX_PATH="/usr/local/mpi:/usr/local/tensorrt" ENV USE_LLD_LINKER=ON ENV CUDA_ARCH_LIST=${cuda_arch_list} -``` \ No newline at end of file +```