mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Move to latest TensorRT-LLM version
This commit is contained in:
parent
29c7cb36e5
commit
4113d6d51b
@ -17,10 +17,13 @@ else ()
|
||||
set(FAST_BUILD OFF)
|
||||
endif ()
|
||||
|
||||
# This line turn off DEBUG in TRTLLM logger which is quite spammy
|
||||
add_compile_definitions(NDEBUG OFF)
|
||||
|
||||
fetchcontent_declare(
|
||||
trtllm
|
||||
GIT_REPOSITORY https://github.com/nvidia/tensorrt-llm.git
|
||||
GIT_TAG 9691e12bce7ae1c126c435a049eb516eb119486c
|
||||
GIT_TAG 9dbc5b38baba399c5517685ecc5b66f57a177a4c
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
fetchcontent_makeavailable(trtllm)
|
||||
|
Loading…
Reference in New Issue
Block a user