Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 2128e93

Browse files
committed
test
1 parent 26c7d44 commit 2128e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchtext/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SentencePieceTokenizer(Module):
4242
def __init__(self, sp_model_path: str):
4343
super().__init__()
4444
self.sp_model = load_sp_model(get_asset_local_path(sp_model_path))
45-
45+
4646
def forward(self, input: Any) -> Any:
4747
"""
4848
:param input: Input sentence or list of sentences on which to apply tokenizer.

0 commit comments

Comments
 (0)