From 402b71446b90e517b4cac0227b75777db5ca3bb9 Mon Sep 17 00:00:00 2001 From: unicornchan Date: Mon, 10 Feb 2025 03:15:26 +0000 Subject: [PATCH] [fix] fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69c1e37..3c3700d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "blessed >= 1.20.0", "accelerate >= 0.31.0", "sentencepiece >= 0.1.97", - "flash_attn == 2.7.4.post1" + "flash_attn == 2.7.4.post1", "setuptools", "ninja", "wheel",