Relax sentencepiece dependency.

This commit relaxes sentencepiece dependency. On windows there are no
pre-built wheels for sentencepiece satisfying the current version
constraints for recent versions of python, and building from a source
distribution is unreliable.
This commit is contained in:
Andrew Kvochko
2024-11-23 09:55:52 +03:00
parent 5a592aa5b1
commit de281101c0

View File

@@ -20,7 +20,7 @@ dependencies = [
"torch>=2.1.0",
"diffusers~=0.28.2",
"transformers~=4.44.2",
"sentencepiece~=0.1.96",
"sentencepiece>=0.1.96",
"huggingface-hub~=0.25.2",
"einops"
]