Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mat17892
/
iris
like
0
Runtime error
App
Files
Files
Community
b664585
iris
/
llama.cpp
/
grammars
/
list.gbnf
Mat17892
llamacpp
b664585
verified
22 days ago
raw
Copy download link
history
blame
Safe
109 Bytes
root ::=
item
+
# Excludes various line break characters
item
::=
"- "
[^\r\n\x0b\x0c\x85\u2028\u2029]+
"\n"