This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
cturan
/
llama.cpp
mirror de
https://github.com/cturan/llama.cpp
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
f372c49ccd
Branches
Tags
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
common
/
json-schema-to-grammar.h
json-schema-to-grammar.h
100 B
Histórico
Raw
1
2
3
4
#pragma once
#include "json.hpp"
std::string json_schema_to_grammar(const nlohmann::json& schema);