Skip to content

Commit 2dcf0f3

Browse files
authored
cria runner
Differential Revision: D61250846 Pull Request resolved: #4733
1 parent 39aeff9 commit 2dcf0f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/llm/tokenizer/tiktoken.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class Tiktoken : public Tokenizer {
3232
std::unique_ptr<std::vector<std::string>> special_tokens,
3333
size_t bos_token_index,
3434
size_t eos_token_index);
35-
~Tiktoken() {}
3635

3736
Error load(const std::string& tokenizer_path) override;
3837

0 commit comments

Comments
 (0)