Added: - New `echo` engine with util classes `FakePipeStream` and `FakeProc`. - New parameters for `llama.cpp`: `min_p`, `repeat_last_n`, `repeat_penalty`, `penalize_nl`.
Changed: - Improved stop word detection. - `stderr` is now read.
0.1.50
Fixed: - Formatter: fixed Yi model templates.
0.1.49
Fixed: - Formatter: fixed Mistral and Yi model templates.
0.1.48
Changed: - Added back `sentencepiece` as dependencies because `transformers` exception: - Cannot instantiate this tokenizer from a slow version. If it's based on sentencepiece, make sure you have sentencepiece installed.
0.1.47
Changed: - Updated all dependencies. - Removed `sentencepiece` as dependencies.
0.1.46
Fixed: - The eight approach to terminate `proc` subprocess.