Skip to content

Commit

Permalink
add gpu flag build for triton client (#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Oct 23, 2023
1 parent f0b4334 commit fe86680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_triton_and_ft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build Triton Binary
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
python3 build.py --enable-logging --enable-metrics --enable-stats --enable-cpu-metrics --endpoint http
python3 build.py --enable-logging --enable-metrics --enable-stats --enable-cpu-metrics --enable-gpu --endpoint http
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit fe86680

Please sign in to comment.