Add a 'chat' extra

This commit is contained in:
Lysandre 2025-07-02 13:36:58 -03:00
parent df12d87d18
commit ac7dc20599

View File

@ -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",