From 64545ac9d53acf1e1ec998981187234c2d238a6c Mon Sep 17 00:00:00 2001 From: ochafik Date: Wed, 29 Jan 2025 22:38:52 +0000 Subject: [PATCH] Somehow /* bad inside block comments, ok fine. --- tests/test-chat.cpp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/tests/test-chat.cpp b/tests/test-chat.cpp index ab0f04b46..149eb47c8 100644 --- a/tests/test-chat.cpp +++ b/tests/test-chat.cpp @@ -1,13 +1,11 @@ -/* - Tests chat handling, including grammar generation and parsing for tool calling, for various templates. - - Also acts as a CLI to generate a Markdown summary of the formats of Jinja templates, - e.g. given Minja (http://github.com/google/minja) checked out in parent dir: - - cmake -B build && cmake --build build --parallel && \ - ./build/bin/test-chat ../minja/build/tests/*.jinja 2>/dev/null - -*/ +// Tests chat handling, including grammar generation and parsing for tool calling, for various templates. +// +// Also acts as a CLI to generate a Markdown summary of the formats of Jinja templates, +// e.g. given Minja (http://github.com/google/minja) checked out in parent dir: +// +// cmake -B build && cmake --build build --parallel && \ +// ./build/bin/test-chat ../minja/build/tests/*.jinja 2>/dev/null +// #include "chat.hpp" #include "chat-template.hpp" #include "llama-grammar.h"