fix(server): fix cohere

This commit is contained in:
OlivierDehaene 2024-07-18 15:59:36 +02:00
parent da82c63a4f
commit e952e4cfd3
No known key found for this signature in database
GPG Key ID: BB104D67809DA93C

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)