Skip to content

Commit 87eacf7

Browse files
authored
Update bpe_tokenizer_base.h (#31)
1 parent 44b7531 commit 87eacf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pytorch/tokenizers/bpe_tokenizer_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BPETokenizerBase : public Tokenizer {
4141

4242
protected:
4343
explicit BPETokenizerBase() {}
44-
virtual ~BPETokenizerBase() {}
44+
virtual ~BPETokenizerBase() override {}
4545

4646
std::pair<std::optional<std::string>, re2::StringPiece>
4747
split_with_allowed_special_token_(

0 commit comments

Comments
 (0)