mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Grammar: Initial Formatron regex and JSON schema implementation
* Replace LMFE's regex and JSON schema filters with Formatron's * Remove Outlines EBNF filter in preparation for Formatron KBNF filter * TODO: Implement Formatron KBNF filter
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies = [
|
||||
"sse-starlette",
|
||||
"packaging",
|
||||
"tokenizers",
|
||||
"lm-format-enforcer >= 0.9.6",
|
||||
"formatron",
|
||||
"aiofiles",
|
||||
"aiohttp",
|
||||
"async_lru",
|
||||
@@ -53,7 +53,6 @@ dependencies = [
|
||||
[project.optional-dependencies]
|
||||
extras = [
|
||||
# Heavy dependencies that aren't for everyday use
|
||||
"outlines",
|
||||
"infinity-emb",
|
||||
"sentence-transformers",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user