fix(server): fix cohere (#2249)

This commit is contained in:
OlivierDehaene 2024-07-18 14:00:13 +00:00 committed by GitHub
parent da82c63a4f
commit 1d1b1efa01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -259,8 +259,8 @@ class FlashCohereAttention(torch.nn.Module):
cu_seqlen_prefill,
kv_cache,
block_tables,
input_lengths,
slots,
input_lengths,
max_s,
):
qkv = self.query_key_value(hidden_states)