-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minja: update submodule to fix
{#
hang
Signed-off-by: Jared Van Bortel <[email protected]>
- Loading branch information
1 parent
5af3127
commit 728161c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule minja
updated
12 files
+1 −0 | .gitignore | |
+177 −82 | include/minja/chat-template.hpp | |
+5 −16 | include/minja/minja.hpp | |
+2 −0 | requirements.txt | |
+0 −0 | scripts/__init__.py | |
+69 −0 | scripts/analyze_capabilities.py | |
+259 −105 | scripts/fetch_templates_and_goldens.py | |
+30 −10 | tests/CMakeLists.txt | |
+0 −43 | tests/contexts/tool_use_code_interpreter.json | |
+235 −0 | tests/test-capabilities.cpp | |
+46 −8 | tests/test-chat-template.cpp | |
+18 −21 | tests/test-syntax.cpp |