llama.cpp
f99e1e45
- llama : lookup word in vocab before doing BPE merges (#7193)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
1 year ago
llama : lookup word in vocab before doing BPE merges (#7193) * fix: llama-3 ignore_merges * test: add test for llama-3 bpe ignore_merges * fix: set ignore_merges only for llama-3 * fix: test-tokenizer-1-bpe --ingore-merges detection * fix: copy to fix fallthrough * fix: change ignore_merges to bool * fix: add ignore merges tests to cmake * llama : alternative merge ignore logic --------- Co-authored-by: Haoxiang Fei <feihaoxiang@idea.edu.cn> Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
References
#7193 - fix : lookup word in vocab before doing BPE merges
Author
tonyfettes
Parents
5ae3426b
Files
5
llama.cpp
models
ggml-vocab-llama-bpe.gguf.inp
ggml-vocab-llama-bpe.gguf.out
tests
CMakeLists.txt
test-tokenizer-1-bpe.cpp
Loading