Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix(deps): remove pinned half dependency
Browse files Browse the repository at this point in the history
This commit removes the pinned version of the `half` crate, allowing
consumers to resolve to a version of `half` that is compatible with
other dependencies in the project.

Signed-off-by: Radu Matei <[email protected]>
  • Loading branch information
radu-matei committed Aug 9, 2023
1 parent c3b868a commit f629a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llm-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = { workspace = true }
partial_sort = "0.2.0"
serde_bytes = "0.11"
memmap2 = { workspace = true }
half = "=2.2.1"
half = "2"
tokenizers = {version="0.13.3", default-features=false, features=["onig"]}
regex = "1.8"
tracing = { workspace = true }
Expand Down

0 comments on commit f629a31

Please sign in to comment.