mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-06 04:38:23 +00:00
Python - Update bindings
This commit is contained in:
@@ -106,6 +106,8 @@ fn normalizers(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
/// Tokenizers Module
|
||||
#[pymodule]
|
||||
fn tokenizers(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
env_logger::init_from_env("TOKENIZERS_LOG");
|
||||
|
||||
// Register the fork callback
|
||||
#[cfg(target_family = "unix")]
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user