mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
5 Commits
release-pl
...
24f60fbca2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
24f60fbca2 | ||
![]() |
0c1af2ba42 | ||
![]() |
7455d2a908 | ||
![]() |
7f38eb81c6 | ||
![]() |
1d94489a89 |
@@ -65,6 +65,8 @@ jobs:
|
||||
|
||||
- name: Install stable Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ matrix.supporteds.target }}
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
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 }
|
||||
|
||||
[features]
|
||||
default = ["tracing"]
|
||||
default = []
|
||||
tracing = ["dep:tracing"]
|
||||
|
||||
[dependencies]
|
||||
llama-cpp-2 = "0.1.82"
|
||||
ocrs = "0.9"
|
||||
rten = "0.13"
|
||||
snafu = { workspace = true }
|
||||
surrealdb = { version = "2", default-features = false }
|
||||
|
||||
tracing = { workspace = true, optional = true }
|
||||
|
Reference in New Issue
Block a user