mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
backend(trtllm): use tag instead
This commit is contained in:
parent
9eff8dd33b
commit
10f713bcb6
@ -28,7 +28,7 @@ find_package(Python3 REQUIRED Interpreter)
|
|||||||
fetchcontent_declare(
|
fetchcontent_declare(
|
||||||
trtllm
|
trtllm
|
||||||
GIT_REPOSITORY https://github.com/huggingface/TensorRT-LLM.git
|
GIT_REPOSITORY https://github.com/huggingface/TensorRT-LLM.git
|
||||||
GIT_TAG 42a7b0922fc9e095f173eab9a7efa0bcdceadd0d
|
GIT_TAG v0.16.0
|
||||||
GIT_SHALLOW OFF
|
GIT_SHALLOW OFF
|
||||||
DOWNLOAD_EXTRACT_TIMESTAMP
|
DOWNLOAD_EXTRACT_TIMESTAMP
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user