Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from cregouby/main
Browse files Browse the repository at this point in the history
bypass #10 though explicit last commit before TruncateDirection
  • Loading branch information
dfalbel authored Jan 3, 2022
2 parents acd8d52 + 202c8c1 commit be50471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ crate-type = ["staticlib"]

[dependencies]
extendr-api = "0.2.0"
tokenizers = {git = "https://github.com/huggingface/tokenizers"}
# use a pre-"TruncationDirection" in encoding.rs commit
tokenizers = {git = "https://github.com/huggingface/tokenizers", rev = "256a71c"}
serde = { version = "1.0", features = [ "rc", "derive" ]}

# Once extendr 0.1.11 is on crates.io the entire remaining part
Expand Down

0 comments on commit be50471

Please sign in to comment.