Ilya Druker

Results 4 comments of Ilya Druker

git clone -b 1.3.1 --depth 1 --recurse-submodules --shallow-submodules https://github.com/jinja2cpp/Jinja2Cpp.git ./third_party/jinja cmake -G "Unix Makefiles" -S ./third_party/jinja -B ./build \ -DCMAKE_INSTALL_PREFIX=./install \ -DJINJA2CPP_DEPS_MODE=internal \ -DJINJA2CPP_BUILD_TESTS=FALSE \ -DJINJA2CPP_BUILD_SHARED=TRUE cmake --build ./build -j...

Hello @rmorozov I've noticed that .gitmodule was modified between 1.2.1 and 1.3.1 so the following git submodules ``` [submodule "thirdparty/boost"] path = thirdparty/boost url = https://github.com/google/boost.git [submodule "thirdparty/gtest"] path =...

> It took us a long time due to many high priority things, and mostly because it does not seem to affect the results, but this is an important fix....

Dear Bhavnick Minhas! For months I've been searching for any documentation describing the format of "vocab" section of tokenizer.json or any sane code showing how to interpret it. Your code...