Skip to content

Commit 67a94af

Browse files
authored
Add pytorch-tokenizers as a dependency of ExecuTorch (#15492)
So that we can `pip install executorch` and run python code like `examples/models/llama/runner/generation.py` without installing `pytorch-tokenizers` separately.
1 parent 5b1004c commit 67a94af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

extension/llm/tokenizers

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dependencies=[
6666
"pytest-xdist",
6767
"pytest-rerunfailures==15.1",
6868
"pytest-json-report",
69+
"pytorch-tokenizers",
6970
"pyyaml",
7071
"ruamel.yaml",
7172
"sympy",

0 commit comments

Comments
 (0)