From aa3f82d56f9527c2cb034fa20ea23e9d0c6f9aac Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Sat, 30 Mar 2024 14:50:43 -0400 Subject: [PATCH] add homeassistant to requirements --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b588a7e..7c3adde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,6 @@ bitsandbytes webcolors pandas # flash-attn -sentencepiece \ No newline at end of file +sentencepiece + +homeassistant \ No newline at end of file