Skip to content

Commit

Permalink
Update buildtritoninferenceserver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkantorov authored Dec 27, 2023
1 parent beebd99 commit ebf0532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtritoninferenceserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git clone https://github.com/triton-inference-server/server --branch r23.12 --single-branch --depth 1

- name: Build Triton
run: cd server && python ./build.py -v --no-container-build --enable-logging --enable-generate --enable-stats --enable-tracing --build-dir="$PWD/build" --backend python --backend=ensemble --extra-core-cmake-arg=TRITON_ENABLE_GRPC=OFF --extra-core-cmake-arg=TRITON_ENABLE_HTTP=ON --extra-core-cmake-arg=TRITON_ENABLE_ENSEMBLE=ON
run: cd server && python ./build.py -v --no-container-build --enable-logging --enable-stats --enable-tracing --build-dir="$PWD/build" --backend python --backend=ensemble --extra-core-cmake-arg=TRITON_ENABLE_GRPC=OFF --extra-core-cmake-arg=TRITON_ENABLE_HTTP=ON --extra-core-cmake-arg=TRITON_ENABLE_ENSEMBLE=ON

- name: Archive artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ebf0532

Please sign in to comment.