Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddk authored Feb 7, 2024
1 parent eab0ff0 commit e0d7018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"torch", "torchvision",
"transformers>=4.31.0", "tokenizers>=0.15.1", "sentencepiece", "shortuuid",
"transformers>=4.31.0", "tokenizers>=0.14", "sentencepiece", "shortuuid",
"accelerate>=0.21.0", "peft", "bitsandbytes",
"pydantic", "markdown2[all]", "numpy", "scikit-learn>=1.2.2",
"gradio>=4.16.0", "gradio_client>=0.8.1",
Expand Down

0 comments on commit e0d7018

Please sign in to comment.