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

Commit

Permalink
Merge pull request #400 from radu-matei/fix/half
Browse files Browse the repository at this point in the history
fix(deps): remove pinned `half` dependency
  • Loading branch information
LLukas22 authored Aug 12, 2023
2 parents c3b868a + f629a31 commit f7c477c
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 f7c477c

Please sign in to comment.