mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
pyo3: update to 0.20 (#1386)
Co-authored-by: Mike Lui <mikelui@meta.com>
This commit is contained in:
@ -7,7 +7,6 @@ use pyo3::exceptions;
|
||||
use pyo3::intern;
|
||||
use pyo3::prelude::*;
|
||||
use pyo3::types::*;
|
||||
use pyo3::AsPyPointer;
|
||||
use tk::models::bpe::BPE;
|
||||
use tk::tokenizer::{
|
||||
Model, PaddingDirection, PaddingParams, PaddingStrategy, PostProcessor, TokenizerImpl,
|
||||
|
Reference in New Issue
Block a user