Skip to content

Commit

Permalink
downgrade tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed May 24, 2024
1 parent b47d6d5 commit 7a28144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ FetchContent_MakeAvailable(nlohmann_json)

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

FetchContent_GetProperties(jinja2cpp)
if(NOT jinja2cpp_POPULATED)
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/openvino_tokenizers

0 comments on commit 7a28144

Please sign in to comment.