TdAI / llama.cpp /grammars /list.gbnf
tda45's picture
Upload folder using huggingface_hub (part 6)
0862f9d verified
Raw
History Blame Contribute Delete
109 Bytes
root ::= item+
# Excludes various line break characters
item ::= "- " [^\r\n\x0b\x0c\x85\u2028\u2029]+ "\n"