Compare commits

...

5 Commits

Author SHA1 Message Date
J / Jacob Babich
59cc6b4063 chore(ac-qu-ai-nt-core)!: raise minimum version of llama-cpp-2
Some checks failed
Daily / Test aarch64-apple-darwin with nightly Rust (on macos-latest) (push) Has been cancelled
Daily / Test x86_64-unknown-linux-musl with nightly Rust (on ubuntu-latest) (push) Has been cancelled
Check, build, and test / Verify MSRV for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) (map[prerequisite_step:rm ~/.cargo/bin/cargo.exe; rm ~/.cargo/bin/rust-analyzer.exe; rm ~/.cargo/bin/rustfmt.exe; rustup update runner:windows-latest target:x86_64-pc-… (push) Has been cancelled
Check, build, and test / Verify MSRV for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) (map[runner:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
Check, build, and test / Verify MSRV for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) (map[runner:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
Check, build, and test / Verify MSRV for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[runner:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[runner:windows-latest target:aarch64-pc-windows-msvc]) (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[runner:windows-latest target:x86_64-pc-windows-msvc]) (push) Has been cancelled
Daily / Test ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) (map[install_prerequisite:sudo apt-get update && sudo apt-get install musl-dev musl-tools && sudo ln -s /bin/g++ /bin/musl-g++ runner:ubuntu-latest target:x86_6… (push) Has been cancelled
Daily / Use `cargo-audit` to create issues for vulnerabilities or other problems (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[install_prerequisite:sudo apt-get update && sudo apt-get install musl-dev musl-tools && sudo ln … (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[install_prerequisite:sudo apt-get update && sudo apt-get install musl-dev musl-tools gcc-aarch64… (push) Has been cancelled
Daily / Check and build ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) ${{ matrix.minimal_or_latest.job_name_suffix }} (map[runner:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
Daily / Test ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) (map[runner:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
Daily / Test ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) (map[runner:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
Daily / Test ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
Daily / Test ${{ matrix.supporteds.target }} with nightly Rust (on ${{ matrix.supporteds.runner }}) (map[runner:windows-latest target:x86_64-pc-windows-msvc]) (push) Has been cancelled
Daily / Check and build x86_64-unknown-linux-musl with nightly Rust (on ubuntu-latest) (push) Has been cancelled
Daily / Check and build aarch64-unknown-linux-gnu with nightly Rust (on ubuntu-latest) (push) Has been cancelled
Daily / Check and build aarch64-unknown-linux-musl with nightly Rust (on ubuntu-latest) (push) Has been cancelled
Daily / Check and build aarch64-apple-darwin with nightly Rust (on macos-latest) (push) Has been cancelled
Daily / Check and build x86_64-apple-darwin with nightly Rust (on macos-latest) (push) Has been cancelled
Daily / Check and build x86_64-unknown-linux-gnu with nightly Rust (on ubuntu-latest) (push) Has been cancelled
Daily / Check and build aarch64-pc-windows-msvc with nightly Rust (on windows-latest) (push) Has been cancelled
Daily / Check and build x86_64-pc-windows-msvc with nightly Rust (on windows-latest) (push) Has been cancelled
Daily / Test x86_64-apple-darwin with nightly Rust (on macos-latest) (push) Has been cancelled
Daily / Test x86_64-unknown-linux-gnu with nightly Rust (on ubuntu-latest) (push) Has been cancelled
Daily / Test x86_64-pc-windows-msvc with nightly Rust (on windows-latest) (push) Has been cancelled
2024-12-04 20:01:06 -05:00
J / Jacob Babich
88a6aad136 chore(ac-qu-ai-nt-core): remove rten as a direct dependency 2024-12-04 13:46:55 -05:00
J / Jacob Babich
569d808b5b chore: upgrade dependencies in the lockfile 2024-12-04 13:43:10 -05:00
J / Jacob Babich
f3d18ca86c docs: remove leading ./ in links to the check and build and test workflow and the cargo-deny configuration 2024-12-04 13:41:40 -05:00
J / Jacob Babich
6e1fb6414b docs: brag about being completely freedom software 2024-10-20 16:33:25 -04:00
3 changed files with 498 additions and 197 deletions

690
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -119,3 +119,5 @@ All contents of this repository are licensed under either the
- [Unlicense](LICENSE-UNLICENSE)
at your option.
All direct and indirect dependencies of this project are free software as defined by the [Free Software Foundation](https://www.gnu.org/licenses/license-list.html) and are licensed under [OSI Approved Licenses](https://opensource.org/licenses). [This is checked](deny.toml) in this project's [continuous integration (CI)](.github/workflows/check-and-build-and-test.yml) with [`cargo-deny`](https://crates.io/crates/cargo-deny).

View File

@@ -18,7 +18,7 @@ cozo = { version = "0.7", default-features = false, features = [
"graph-algo",
"storage-sqlite",
] }
llama-cpp-2 = "0.1.82"
llama-cpp-2 = "0.1.85"
ocrs = "0.9"
reqwest = { version = "0.12.4", default-features = false, features = [
"http2",
@@ -34,7 +34,6 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"gzip",
"zstd",
] }
rten = "0.13.1"
snafu = { workspace = true }
tracing = { workspace = true, optional = true }