Skip to content

Commit

Permalink
add flag to bypass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Jun 1, 2024
1 parent 4733786 commit a7ffdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ def fastertransformer_cmake_args():

def tensorrtllm_cmake_args(images):
cargs = []
cargs.append(cmake_backend_enable("tensorrtllm","TRITON_BUILD", True))
cargs.append(cmake_backend_enable("tensorrtllm", "USE_CXX11_ABI", True))
return cargs

Expand Down

0 comments on commit a7ffdda

Please sign in to comment.