From 3360e4d2cdb0021b8839fb68185d5b526453f009 Mon Sep 17 00:00:00 2001 From: NickLucche Date: Thu, 19 Dec 2024 10:57:23 +0000 Subject: [PATCH] format Signed-off-by: NickLucche --- vllm/attention/backends/xformers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/attention/backends/xformers.py b/vllm/attention/backends/xformers.py index 72aed6d143af3..65a9dd8cb6b07 100644 --- a/vllm/attention/backends/xformers.py +++ b/vllm/attention/backends/xformers.py @@ -604,7 +604,7 @@ def forward( self.num_kv_heads, self.scale, self.alibi_slopes, - # TODO (NickLucche) cross_attn_bias not needed for T5-like + # TODO (NickLucche) cross_attn_bias not needed for T5-like # models, abstract bias selection if needed. decode_meta.attn_bias, k_scale,