Skip to content

Commit 790ab3d

Browse files
author
Qing Lan
committed
add gpu flag build for triton client
1 parent 0c3b65a commit 790ab3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_triton_and_ft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build Triton Binary
3939
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
4040
run: |
41-
python3 build.py --enable-logging --enable-metrics --enable-stats --enable-cpu-metrics --endpoint http
41+
python3 build.py --enable-logging --enable-metrics --enable-stats --enable-cpu-metrics --enable-gpu --endpoint http
4242
- name: Configure AWS Credentials
4343
uses: aws-actions/configure-aws-credentials@v2
4444
with:

0 commit comments

Comments
 (0)