Skip to content

Commit

Permalink
add sentencepiece to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
lauritowal committed Sep 6, 2023
1 parent 3bbe26c commit 4a0a040
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ dependencies = [
# For visualization of results
"plotly==5.14.1",
"kaleido==0.2.1",
"rich==13.3.5"

"rich==13.3.5",
# neeeded to instantiate tokenizer for encoder-only models
"sentencepiece==0.1.99"
]
version = "0.1.1"

Expand Down

0 comments on commit 4a0a040

Please sign in to comment.