From 6f32cddf1c795e74a47e84620462431154718f49 Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Thu, 22 Feb 2024 09:58:29 -0800 Subject: [PATCH] Remove Flash Attention in test env (#2982) --- requirements-dev.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b54a2773..80d66530 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,6 @@ pytest-forked pytest-asyncio httpx einops # required for MPT -flash_attn # required for HuggingFace's llama implementation openai requests -ray \ No newline at end of file +ray