Skip to content

Commit

Permalink
Github editor is incompatible with editorconfig?
Browse files Browse the repository at this point in the history
  • Loading branch information
goerch authored Oct 23, 2023
1 parent 0d936bf commit efd3c22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test-tokenizer-1-bpe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ int main(int argc, char **argv) {
__func__, cp, check.c_str(), check.length(), str.c_str(), str.length());
return 4;
}
}

}
llama_free_model(model);
llama_free(ctx);

Expand Down

0 comments on commit efd3c22

Please sign in to comment.