Skip to content

Commit

Permalink
[Python] Add sentencepiece as installation requirement (#3030)
Browse files Browse the repository at this point in the history
This PR adds the sentencepiece package as a Python installation
requirement for tokenizer coverage when running `gen_config`.
  • Loading branch information
MasterJH5574 authored Nov 15, 2024
1 parent 3474073 commit e462885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def main():
"safetensors",
"requests",
"tqdm",
"sentencepiece",
"tiktoken",
"prompt_toolkit",
"openai",
Expand Down

0 comments on commit e462885

Please sign in to comment.