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

Commit

Permalink
bypass #10 though
Browse files Browse the repository at this point in the history
  • Loading branch information
cregouby authored Jan 3, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent acd8d52 commit 202c8c1
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
@@ -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

0 comments on commit 202c8c1

Please sign in to comment.