diff --git a/backend/cpp/llama-cpp/Makefile b/backend/cpp/llama-cpp/Makefile index 7e57e21a1d3b..d449b250863d 100644 --- a/backend/cpp/llama-cpp/Makefile +++ b/backend/cpp/llama-cpp/Makefile @@ -1,5 +1,5 @@ -LLAMA_VERSION?=d31192b4ee1441bbbecd3cbf9e02633368bdc4f5 +LLAMA_VERSION?=41613437ffee0dbccad684fc744788bc504ec213 LLAMA_REPO?=https://github.com/ggerganov/llama.cpp CMAKE_ARGS?= diff --git a/docs/data/version.json b/docs/data/version.json index 413903c3ec20..84874f517704 100644 --- a/docs/data/version.json +++ b/docs/data/version.json @@ -1,3 +1,3 @@ { - "version": "v3.3.1" + "version": "v3.3.2" }