Add sentencepiece to project dependencies (#10386)

This commit is contained in:
Mohammad Miadh Angkad
2025-09-13 07:02:54 +08:00
committed by GitHub
parent 9d775b1a2d
commit 321fecab74

View File

@@ -44,8 +44,9 @@ runtime_common = [
"pynvml", "pynvml",
"python-multipart", "python-multipart",
"pyzmq>=25.1.2", "pyzmq>=25.1.2",
"soundfile==0.13.1",
"scipy", "scipy",
"sentencepiece",
"soundfile==0.13.1",
"timm==1.0.16", "timm==1.0.16",
"tiktoken", "tiktoken",
"torchao==0.9.0", "torchao==0.9.0",