This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
cturan
/
llama.cpp
zrkadlo
https://github.com/cturan/llama.cpp
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
29ab270e65
Branche
Tagy
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ória
Raw
1
2
3
4
#pragma once
#include "json.hpp"
std::string json_schema_to_grammar(const nlohmann::json& schema);