mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Using serde (serde_pyo3) to get __str__ and __repr__ easily.
This commit is contained in:
@ -18,6 +18,7 @@ pyo3 = { version = "0.21" }
|
||||
numpy = "0.21"
|
||||
ndarray = "0.15"
|
||||
itertools = "0.12"
|
||||
serde_pyo3 = { git = "https://github.com/Narsil/serde_pyo3" }
|
||||
|
||||
[dependencies.tokenizers]
|
||||
path = "../../tokenizers"
|
||||
|
Reference in New Issue
Block a user