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

Commit

Permalink
more lose versioning of hf tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Nov 30, 2024
1 parent cbdd3d7 commit f38eab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hf_tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
anyhow = "1.0.75"
rustc-hash = { version = "2.0.0" }
tokenizers = { version = "0.19.1", features = ["http"] }
tokenizers = { version = ">=0.19.1, <1.0.0", features = ["http"] }
log = "0.4.21"

0 comments on commit f38eab5

Please sign in to comment.