From 1688f5ecafe3265226ff4f9f0210e3bf13c9a8a0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 19 Sep 2024 18:42:01 +0200 Subject: [PATCH] refac --- backend/requirements.txt | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 18e1107e8..c0b05195d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -45,7 +45,6 @@ pymilvus==2.4.6 sentence-transformers==3.0.1 colbert-ai==0.2.21 einop==0.8.0 -flash_attn==2.6.3 pypdf==4.3.1 docx2txt==0.8 diff --git a/pyproject.toml b/pyproject.toml index d67ef3b1b..d855a5652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ dependencies = [ "sentence-transformers==3.0.1", "colbert-ai==0.2.21", "einop==0.8.0", - "flash_attn==2.6.3", "pypdf==4.3.1", "docx2txt==0.8",