Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan committed Oct 3, 2023
1 parent ed9f548 commit ef6d3c1
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 @@ -69,7 +69,7 @@ jobs:


build-fastertransformer:
if: ${{ github.repository == 'deepjavalibrary/djl' && ! ${{ github.event.inputs.build_triton_only }} }}
if: ${{ github.repository == 'deepjavalibrary/djl' && ! github.event.inputs.build_triton_only }}
runs-on: [ self-hosted, cpu ]
container: deepjavalibrary/djl-serving:fastertransformer-nightly
timeout-minutes: 60
Expand Down

0 comments on commit ef6d3c1

Please sign in to comment.