mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Add a function to clear the KV cache in falcon. (#2066)
* Add a function to clear the KV cache in falcon. * Clippy.
This commit is contained in:
@ -217,6 +217,7 @@ fn mul_mat_vec_via_q8_1(
|
||||
Ok(CudaStorage::wrap_cuda_slice(dst, dev.clone()))
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn mul_mat_via_q8_1(
|
||||
data: &CudaSlice<u8>,
|
||||
y: &CudaView<f32>,
|
||||
|
Reference in New Issue
Block a user