-
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.
Revert "minja: update submodule to fix
{#
hang (#3446)"
This reverts commit c38c745. Signed-off-by: Jared Van Bortel <[email protected]>
- Loading branch information
1 parent
36c852b
commit a081255
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule minja
updated
12 files
+0 −1 | .gitignore | |
+82 −177 | include/minja/chat-template.hpp | |
+16 −5 | include/minja/minja.hpp | |
+0 −2 | requirements.txt | |
+0 −0 | scripts/__init__.py | |
+0 −69 | scripts/analyze_capabilities.py | |
+105 −259 | scripts/fetch_templates_and_goldens.py | |
+10 −30 | tests/CMakeLists.txt | |
+43 −0 | tests/contexts/tool_use_code_interpreter.json | |
+0 −235 | tests/test-capabilities.cpp | |
+8 −46 | tests/test-chat-template.cpp | |
+21 −18 | tests/test-syntax.cpp |