tabby/crates/tabby-common/src
Meng Zhang 296342efd8
refactor: use llama.cpp tokenizer (#683)
* refactor: switch to llama.cpp tokenizer to simplify implementation

* refactor: remove tokenizer dependency from tabby

* refactor: renaming decoding to stop condition

* refactor: remove tokenizer dependency

* refactor: remove submodule

* chore: update formatting

* move tokenization to c++
2023-10-31 22:16:09 +00:00
..
config.rs feat: add server.completion_timeout to control timeout of /v1/completion (#637) 2023-10-25 22:05:23 +00:00
events.rs fix: move events writer to individual thread (#669) 2023-10-30 01:31:41 +00:00
index.rs feat: implement /v1beta/search interface (#516) 2023-10-06 18:54:12 +00:00
languages.rs fix: chat completions should use empty stop words (#626) 2023-10-24 15:49:11 +00:00
lib.rs refactor: extract language configuration into individual toml file (#564) 2023-10-16 00:24:44 +00:00
path.rs refactor: use llama.cpp tokenizer (#683) 2023-10-31 22:16:09 +00:00
usage.rs docs: add telemetry information when creating usage id for tracking (#627) 2023-10-24 13:02:37 -07:00