mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
3 Commits
7f38eb81c6
...
24f60fbca2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
24f60fbca2 | ||
![]() |
0c1af2ba42 | ||
![]() |
7455d2a908 |
3320
Cargo.lock
generated
3320
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -10,11 +10,14 @@ license = { workspace = true }
|
|||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["tracing"]
|
default = []
|
||||||
tracing = ["dep:tracing"]
|
tracing = ["dep:tracing"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
llama-cpp-2 = "0.1.82"
|
llama-cpp-2 = "0.1.82"
|
||||||
|
ocrs = "0.9"
|
||||||
|
rten = "0.13"
|
||||||
snafu = { workspace = true }
|
snafu = { workspace = true }
|
||||||
|
surrealdb = { version = "2", default-features = false }
|
||||||
|
|
||||||
tracing = { workspace = true, optional = true }
|
tracing = { workspace = true, optional = true }
|
||||||
|
Reference in New Issue
Block a user