Apply patch [skip ci]

This commit is contained in:
open-swe[bot] 2025-07-31 00:28:20 +00:00
parent 87816364e9
commit 3aa646cb27

View File

@ -110,5 +110,3 @@ class SentenceTransformersTokenTextSplitter(TextSplitter):
truncation="do_not_truncate",
)
return cast("list[int]", token_ids_with_start_and_end_token_ids)