Skip to content

Commit

Permalink
Fixing stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 31, 2025
1 parent 34e1b98 commit 4d4c833
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "3.1.0-dev0"
"version": "3.1.1-dev0"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/backends/trtllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```
```

0 comments on commit 4d4c833

Please sign in to comment.