index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
Age
Commit message (
Expand
)
Author
2024-05-11
llama : lookup word in vocab before doing BPE merges (#7193)
Haoxiang Fei
2024-05-08
llama : add BPE pre-tokenization for Qwen2 (#7114)
Ren Xuancheng
2024-05-05
command-r : add BPE pre-tokenization (#7063)
DAN™
2024-05-04
tests : add test-tokenizer-0.sh + fix some tokenizers (#7036)
Georgi Gerganov
2024-04-29
llama : fix BPE pre-tokenization (#6920)
Georgi Gerganov
2023-12-28
gpt2 : Add gpt2 architecture integration (#4555)
manikbhandari
2023-11-14
stablelm : StableLM support (#3586)
Galunid
2023-11-02
gguf : remove special-case code for GGUFv1 (#3901)
Georgi Gerganov
2023-10-24
Add more tokenizer tests (#3742)
Galunid
2023-10-22
Add test for MPT tokenization (#3728)
goerch
2023-10-03
Work on the BPE tokenizer (#3252)
goerch
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-03-30
Make loading weights 10-100x faster
Justine Tunney
2023-03-22
Introduce C-style API (#370)
Georgi Gerganov
2023-03-21
Add tokenizer test + revert to C++11 (#355)
Georgi Gerganov
2023-03-14
Add section to README on how to run the project on Android (#130)
Radoslav Gerganov
2023-03-10
Final touches
Georgi Gerganov