mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-23 07:49:04 +00:00
Dependencies: Switch to LM-format-enforcer fork
LM format enforcer has some latency on token ingestion, so use an optimized fork instead. Also add this in as a base dependency since the size is small. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -26,6 +26,7 @@ dependencies = [
|
||||
"sse-starlette",
|
||||
"packaging",
|
||||
"tokenizers",
|
||||
"lm-format-enforcer @ git+https://github.com/theroyallab/lm-format-enforcer",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
@@ -33,8 +34,8 @@ dependencies = [
|
||||
|
||||
[project.optional-dependencies]
|
||||
extras = [
|
||||
"outlines",
|
||||
"lm-format-enforcer",
|
||||
# Heavy dependencies that aren't for everyday use
|
||||
"outlines"
|
||||
]
|
||||
dev = [
|
||||
"ruff == 0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user