diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-07-21 14:42:41 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-07-21 14:42:41 +0300 |
commit | 3973b25a64a37a47eac156a3fd28f83c16f14bf2 (patch) | |
tree | ee618efa3c140be38c798fa7578c2b702ed9fc64 | |
parent | ab0e26bdfb7b3adb1e3145c61a0fa92d1abd21d0 (diff) |
gitignore : fix final newline
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,4 +74,5 @@ tests/test-opt tests/test-quantize-fns tests/test-quantize-perf tests/test-sampling -tests/test-tokenizer-0
\ No newline at end of file +tests/test-tokenizer-0 + |