From 537f75eb14bf91e582202f4632e5337adbd2b79e Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Thu, 6 Jun 2024 18:51:36 -0700 Subject: [PATCH] Upgrade to v2.5.9.post1 (#6) --- 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 dff177d4d..8aad61e60 100644 --- a/vllm_flash_attn/__init__.py +++ b/vllm_flash_attn/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.5.9" +__version__ = "2.5.9.post1" from vllm_flash_attn.flash_attn_interface import ( flash_attn_func,