added accelerate to the base requirements of the project since it seem to only work when installed early and is essential in running models

This commit is contained in:
faraphel 2025-01-08 22:21:02 +01:00
parent dc8e42e94d
commit 900c58ffcb

View file

@ -2,3 +2,6 @@
fastapi fastapi
uvicorn uvicorn
pydantic pydantic
# AI
accelerate