llama.cpp subdirs

This commit is contained in:
Michael Yang
2024-12-19 11:36:57 -08:00
parent 756bfebe1b
commit bca6ed0ccc
56 changed files with 352 additions and 817 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "ggml.h"
// Change JSON_ASSERT from assert() to GGML_ASSERT:
#define JSON_ASSERT GGML_ASSERT
#include "json.hpp"
std::string json_schema_to_grammar(const nlohmann::ordered_json& schema);