mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
Add a 'chat' extra
This commit is contained in:
parent
df12d87d18
commit
ac7dc20599
1
setup.py
1
setup.py
@ -314,6 +314,7 @@ extras["hub-kernels"] = deps_list("kernels")
|
||||
extras["integrations"] = extras["hub-kernels"] + extras["optuna"] + extras["ray"] + extras["sigopt"]
|
||||
|
||||
extras["serving"] = deps_list("pydantic", "uvicorn", "fastapi", "starlette")
|
||||
extras["chat"] = deps_list("aiohttp", "rich")
|
||||
extras["audio"] = deps_list(
|
||||
"librosa",
|
||||
"pyctcdecode",
|
||||
|
Loading…
Reference in New Issue
Block a user