Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mat17892
/
iris
like
0
Runtime error
App
Files
Files
Community
main
iris
/
llama.cpp
/
common
/
json-schema-to-grammar.h
Mat17892
llamacpp
b664585
verified
16 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
211 Bytes
#
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)
;