Skip to content

Commit f4efa38

Browse files
Merge pull request #2 from dathudeptrai/add_tf_hub-patch-2
Fix Test
2 parents 7839062 + 72b5ce8 commit f4efa38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_base_processor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def text_to_sequence(self, text):
2424
def setup_eos_token(self):
2525
return None
2626

27+
def save_pretrained(self, saved_path):
28+
return super().save_pretrained(saved_path)
29+
2730

2831
@pytest.fixture
2932
def processor(tmpdir):

0 commit comments

Comments
 (0)