mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix: enable default tokenizer truncation (#2537)
This commit is contained in:
@@ -162,8 +162,6 @@ impl ModelInstance {
|
||||
Tokenizer::from_file(tokenizer_filename)
|
||||
.map_err(Error::msg)?
|
||||
.with_padding(None)
|
||||
.with_truncation(None)
|
||||
.map_err(Error::msg)?
|
||||
.to_owned(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user