From f63f7475f91e29968995b78166c60ecc0a7c45ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Brul=C3=A9=20Naudet?= Date: Fri, 9 Aug 2024 00:05:24 +0200 Subject: [PATCH] Remove FA --- pyproject.toml | 1 - requirements.txt | 1 - setup.py | 1 - 3 files changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3acd74d..53c4d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ install_requires = [ "beautifulsoup4==4.12.3", "datasets==2.20.0", "faiss_cpu==1.8.0", - "flash-attn==2.6.3", "google_api_python_client==2.126.0", "groq==0.9.0", "httpx==0.27.0", diff --git a/requirements.txt b/requirements.txt index 834bfad..20fabe0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ beautifulsoup4==4.12.3 datasets==2.20.0 -flash-attn==2.6.3 faiss_cpu==1.8.0 google_api_python_client==2.126.0 groq==0.9.0 diff --git a/setup.py b/setup.py index 0a372ac..f59c61f 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,6 @@ "beautifulsoup4==4.12.3", "datasets==2.20.0", "faiss_cpu==1.8.0", - "flash-attn==2.6.3", "google_api_python_client==2.126.0", "groq==0.9.0", "httpx==0.27.0",