1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-24 02:19:18 +01:00
llama.cpp/tests
goerch b08e75baea
Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 ()
* Fix für 

* Reenable tokenizer test for LLaMa

* Add `console.cpp` dependency

* Fix dependency to `common`

* Fixing wrong fix.

* Make console usage platform specific

Work on compiler warnings.

* Adapting makefile

* Remove trailing whitespace

* Adapting the other parts of the makefile

* Fix typo.

* Fixing the last deviations from sentencepiece indicated by test-tokenizer-1

* Simplify logic

* Add missing change...

* Fix ugly compiler warning

* llama_tokenize should accept strings containing NUL now

* Adding huichen's test case
2023-09-16 13:41:33 +02:00
..
CMakeLists.txt whisper : tokenizer fix + re-enable tokenizer test for LLaMa () 2023-09-13 16:19:44 +03:00
test-c.c tests : add a C compliance test () 2023-08-30 09:20:26 +03:00
test-double-float.cpp tests : Fix compilation warnings (Linux/GCC) () 2023-08-02 11:06:19 +03:00
test-grad0.cpp train : mem usage and other improvements () 2023-08-28 22:51:47 +03:00
test-grammar-parser.cpp gguf : new file format with flexible meta data (beta) () 2023-08-21 23:07:43 +03:00
test-llama-grammar.cpp gguf : new file format with flexible meta data (beta) () 2023-08-21 23:07:43 +03:00
test-opt.cpp check C++ code with -Wmissing-declarations () 2023-09-15 15:38:27 -04:00
test-quantize-fns.cpp check C++ code with -Wmissing-declarations () 2023-09-15 15:38:27 -04:00
test-quantize-perf.cpp check C++ code with -Wmissing-declarations () 2023-09-15 15:38:27 -04:00
test-sampling.cpp check C++ code with -Wmissing-declarations () 2023-09-15 15:38:27 -04:00
test-tokenizer-0-falcon.cpp llama : more tokenizer fixes () 2023-08-27 14:19:19 +03:00
test-tokenizer-0-falcon.py llama : more tokenizer fixes () 2023-08-27 14:19:19 +03:00
test-tokenizer-0-llama.cpp Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 () 2023-09-16 13:41:33 +02:00
test-tokenizer-0-llama.py llama : more tokenizer fixes () 2023-08-27 14:19:19 +03:00
test-tokenizer-1-llama.cpp Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 () 2023-09-16 13:41:33 +02:00