Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
markqiu
/
text-generation-webui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd36062
text-generation-webui
/
grammars
/
list.gbnf
markqiu
Upload folder using huggingface_hub
cd36062
about 1 year 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"