summaryrefslogtreecommitdiff
path: root/tests/test-tokenizer-0.cpp
AgeCommit message (Expand)Author
2024-05-04tests : add test-tokenizer-0.sh + fix some tokenizers (#7036)Georgi Gerganov
2024-04-29llama : fix BPE pre-tokenization (#6920)Georgi Gerganov
2023-08-27llama : more tokenizer fixes (#2810)Georgi Gerganov
2023-08-26Fix spm whitespaces (#2806)klosax
2023-08-23llama : fix whitespace escaping in tokenizer (#2724)goerch
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-07-10mpi : add support for distributed inference via MPI (#2099)Evan Miller
2023-06-24llama : make model stateless and context stateful (llama_state) (#1797)Didzis Gosko
2023-06-16build : fix and ignore MSVC warnings (#1889)Borislav Stanimirov
2023-04-17llama : well-defined static initialization of complex objects (#927)Arik Poznanski
2023-03-28tests : free llama context at the end of the testGeorgi Gerganov
2023-03-25Overhaul the examples structureGeorgi Gerganov
2023-03-22Introduce C-style API (#370)Georgi Gerganov
2023-03-21Add tokenizer test + revert to C++11 (#355)Georgi Gerganov