From d12aa64bbfb6ca509ed06595e4a85dc24f40ca67 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 29 Aug 2024 16:04:00 -0700 Subject: [PATCH] Add termcolor --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4b6693550..bf61af71b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ huggingface-hub llama-models pydantic requests +termcolor