Fixing stuff.

This commit is contained in:
Nicolas Patry 2025-01-31 09:18:44 +01:00
parent 34e1b986f7
commit 4d4c833379
No known key found for this signature in database
GPG Key ID: D2920555C90F704C
3 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -10,7 +10,7 @@
"name": "Apache 2.0", "name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0" "url": "https://www.apache.org/licenses/LICENSE-2.0"
}, },
"version": "3.1.0-dev0" "version": "3.1.1-dev0"
}, },
"paths": { "paths": {
"/": { "/": {

View File

@ -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}
``` ```