1 parent bd30c96 commit 1d9142eCopy full SHA for 1d9142e
5 files changed
README.md
@@ -46,4 +46,5 @@ Repo for learning tools and ideas of ML/AI
46
* [pytorch profiler](./tools/pytorch_profiler/)
47
* [kernels](./theory/kernels/)
48
* [model context protocol](./tools/model_context_protocol/)
49
-* [grammar constrained decoding](./ideas/grammar_constrained_decoding/)
+* [grammar constrained decoding](./ideas/grammar_constrained_decoding/)
50
+* [byte-pair endcoding tokenier](./theory/bpe_tokenizer/)
pyproject.toml
@@ -8,6 +8,8 @@ dependencies = [
8
"guidance>=0.2.3",
9
"ipykernel>=6.29.5",
10
"llama-cpp-python>=0.3.9",
11
+ "sentencepiece>=0.2.1",
12
+ "tiktoken>=0.12.0",
13
"torch>=2.7.1",
14
]
15
0 commit comments