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:
parent
dc8e42e94d
commit
900c58ffcb
1 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,6 @@
|
||||||
fastapi
|
fastapi
|
||||||
uvicorn
|
uvicorn
|
||||||
pydantic
|
pydantic
|
||||||
|
|
||||||
|
# AI
|
||||||
|
accelerate
|
||||||
|
|
Loading…
Reference in a new issue