mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 00:19:51 +01:00
0x007e is a tilde and was getting adjusted (+0x00a2) to 0x0120 in the encode, but then in the decode it was getting adjusted down (-0x0100) to 0x0020. The boundary for the +0x00a2 case has been adjusted to fix this Fixes: #11966 |
||
|---|---|---|
| .. | ||
| imageproc | ||
| input | ||
| models | ||
| testdata | ||
| bytepairencoding_test.go | ||
| bytepairencoding.go | ||
| model_test.go | ||
| model.go | ||
| sentencepiece_test.go | ||
| sentencepiece.go | ||
| textprocessor.go | ||
| vocabulary_test.go | ||
| vocabulary.go | ||