Skip to content

Commit e462885

Browse files
authored
[Python] Add sentencepiece as installation requirement (#3030)
This PR adds the sentencepiece package as a Python installation requirement for tokenizer coverage when running `gen_config`.
1 parent 3474073 commit e462885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def main():
104104
"safetensors",
105105
"requests",
106106
"tqdm",
107+
"sentencepiece",
107108
"tiktoken",
108109
"prompt_toolkit",
109110
"openai",

0 commit comments

Comments
 (0)