Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luis112
/
text-generation-webui
like
9
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
text-generation-webui
/
grammars
/
list.gbnf
luis112
Upload folder using huggingface_hub
7a73e8d
over 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"