ukiyocode
Results
2
issues of
ukiyocode
Commit c9f670a (Implement non-greedy tokenizer that tries to maximize token lengths) breaks llama?
5
Old version: ``` .\build\Release\llama.exe -m C:\...\models\30B\ggml-model-q4_0.bin -t 10 -n 256 --seed 100 --temp 0.2 -p "list all US states in alphabetical order:" output: Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut,...
bug
need more info
This is on Linux Mint Willma, with bat installed through homebrew. When I use the: MANPAGER="sh -c 'col -b | bat -p -l man'" option as described in readme i...
question