mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 07:52:06 +00:00
feat(backend): update llama.cpp to 4215
This commit is contained in:
parent
6c5a75b593
commit
b1ebc8f73b
@ -33,7 +33,7 @@ endif ()
|
|||||||
# Download llama.cpp repo at the specific version
|
# Download llama.cpp repo at the specific version
|
||||||
fetchcontent_declare(
|
fetchcontent_declare(
|
||||||
llama
|
llama
|
||||||
URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4077.tar.gz
|
URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4215.tar.gz
|
||||||
)
|
)
|
||||||
|
|
||||||
fetchcontent_makeavailable(llama)
|
fetchcontent_makeavailable(llama)
|
||||||
|
Loading…
Reference in New Issue
Block a user