some fixes + gliner first implementation

This commit is contained in:
Priler 2026-02-11 07:21:50 +05:00
parent b9d5f41bbd
commit a8ff3442ff
36 changed files with 1079 additions and 73 deletions

4
Cargo.lock generated
View file

@ -3305,12 +3305,15 @@ dependencies = [
"kira",
"log",
"mlua",
"ndarray",
"nnnoiseless",
"once_cell",
"ort",
"parking_lot",
"platform-dirs",
"pv_recorder",
"rand 0.8.5",
"regex",
"reqwest 0.13.1",
"rodio",
"rustpotter",
@ -3320,6 +3323,7 @@ dependencies = [
"serde_yaml",
"sha2",
"tempfile",
"tokenizers",
"tokio",
"tokio-tungstenite",
"toml 0.9.11+spec-1.1.0",