Skip to content

Commit 7a28144

Browse files
committed
downgrade tokenizers
1 parent b47d6d5 commit 7a28144

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cpp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ FetchContent_MakeAvailable(nlohmann_json)
1313

1414
function(ov_genai_build_jinja2cpp)
1515
FetchContent_Declare(jinja2cpp
16-
URL https://github.com/ilya-lavrenov/Jinja2Cpp/archive/5433af6b225cd35df700023cf60df4acdd6cbcf3.tar.gz
17-
URL_HASH SHA256=b90f6c44908beaacae8eeb2690d11a6ebb183b4560434698ac00017e7bc07d11)
16+
URL https://github.com/jinja2cpp/Jinja2Cpp/archive/9ae7e1fc45d707e1686dd425a154d30963801944.tar.gz
17+
URL_HASH SHA256=aa41ae425225623ba91be5de3ef1e0d942e682d519311e6235b04b4e7d880e01)
1818

1919
FetchContent_GetProperties(jinja2cpp)
2020
if(NOT jinja2cpp_POPULATED)

0 commit comments

Comments
 (0)