From 3c263a9f36ffdd42ddf091f56befbe0bb486891c Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Sun, 19 May 2024 07:14:53 +0000 Subject: [PATCH] Upgrade to 2.5.8.post2 --- vllm_flash_attn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm_flash_attn/__init__.py b/vllm_flash_attn/__init__.py index ca802d0e2..21687a62d 100644 --- a/vllm_flash_attn/__init__.py +++ b/vllm_flash_attn/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.5.8.post1" +__version__ = "2.5.8.post2" from vllm_flash_attn.flash_attn_interface import ( flash_attn_func,