Skip to content

Commit

Permalink
debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Nov 17, 2024
1 parent 0fabc54 commit 89c1406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokenizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Tokenizer::Tokenizer(char* tokenizerPath, int modelVocabSize) {
vocab[i][len] = '\0'; // add the string terminating token
}
fclose(file);
printf("Tokenizer loaded with %d tokens\n", vocabSize); fflush(stdout);
}

Tokenizer::~Tokenizer() {
Expand Down

0 comments on commit 89c1406

Please sign in to comment.