mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
fix pad
calls
This commit is contained in:
@ -253,7 +253,7 @@ impl Encoding {
|
||||
|
||||
Ok(self
|
||||
.encoding
|
||||
.pad(length, pad_id, pad_type_id, pad_token, &direction))
|
||||
.pad(length, pad_id, pad_type_id, pad_token, direction))
|
||||
}
|
||||
|
||||
#[args(kwargs = "**")]
|
||||
|
Reference in New Issue
Block a user