Skip to content

Commit 2abb1fd

Browse files
committed
Format
1 parent 7f592ab commit 2abb1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

candle-nn/src/cpu_flash_attention.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn vec_dot<T: WithDType + Sum + Copy + std::ops::Mul<Output = T>>(a: &[T], b: &[
6868
/// - `k`: (bs, kv_seq, v_head, hidden)
6969
/// - `k`: (bs, kv_seq, kv_head_seq, v_hidden)
7070
/// - `scale` is applied before softmax.
71-
///
71+
///
7272
/// - This supports ALiBi with `max_bias` as well as softcapping with `softcap`.
7373
///
7474
/// **Output shape:** (bs, seq, qhead, v_hidden)

0 commit comments

Comments
 (0)