Kill tiktoken — all token counting now uses Qwen 3.5 tokenizer
Remove tiktoken-rs dependency, CoreBPE field on Agent, and the msg_token_count() function. All tokenization now goes through the global HuggingFace tokenizer in agent/tokenizer.rs. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
5e4067c04f
commit
67e3228c32
4 changed files with 1 additions and 78 deletions
|
|
@ -59,7 +59,6 @@ futures = "0.3"
|
|||
capnp = "0.25"
|
||||
capnp-rpc = "0.25"
|
||||
|
||||
tiktoken-rs = "0.9.1"
|
||||
tokenizers = "0.21"
|
||||
skillratings = "0.28"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue