From f424d25a0e4290250f70d2e241290a8bd4ecda4e Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Mon, 29 Jul 2024 12:04:54 -0700 Subject: [PATCH] Bump up to 2.6.0 --- 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 8aad61e60..096bb57b6 100644 --- a/vllm_flash_attn/__init__.py +++ b/vllm_flash_attn/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.5.9.post1" +__version__ = "2.6.0" from vllm_flash_attn.flash_attn_interface import ( flash_attn_func,