diff --git a/vllm_flash_attn/__init__.py b/vllm_flash_attn/__init__.py index 5bd21588d..e81b1cf65 100644 --- a/vllm_flash_attn/__init__.py +++ b/vllm_flash_attn/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.6.1" +__version__ = "2.6.2" from vllm_flash_attn.flash_attn_interface import ( flash_attn_func,