mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 04:10:46 +00:00
Add back the bf16 flash-attn kernels. (#730)
This commit is contained in:
@ -38,6 +38,7 @@ extern "C" {
|
||||
seqlen_k_rounded: u32,
|
||||
|
||||
is_causal: c_int,
|
||||
is_bf16: c_int,
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user