From 900c58ffcb71932fc77ac4911a3da37564f9d222 Mon Sep 17 00:00:00 2001 From: faraphel Date: Wed, 8 Jan 2025 22:21:02 +0100 Subject: [PATCH] added accelerate to the base requirements of the project since it seem to only work when installed early and is essential in running models --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0473dc2..9d43188 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,6 @@ fastapi uvicorn pydantic + +# AI +accelerate