fixing small typos

This commit is contained in:
eryk-dsai
2023-08-25 13:22:16 +02:00
parent 3ca8feb9b1
commit f893ea3a34

View File

@@ -682,10 +682,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Grammers\n",
"### Grammars\n",
"\n",
"\n",
"We can specify [grammers](https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md) to constrain model outputs.\n",
"We can specify [grammars](https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md) to constrain model outputs.\n",
"\n",
"Supply the path to the specifed `json.gbnf` file."
]