mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-21 12:21:12 +02:00
sync : ggml (const correctness)
This commit is contained in:
@@ -5745,6 +5745,7 @@ inline void ggml_cuda_op_rope(
|
||||
(void) dst;
|
||||
(void) src0_ddq_i;
|
||||
(void) src1_ddf_i;
|
||||
(void) i02;
|
||||
(void) i1;
|
||||
}
|
||||
|
||||
@@ -5780,6 +5781,7 @@ inline void ggml_cuda_op_alibi(
|
||||
(void) src1;
|
||||
(void) src0_ddq_i;
|
||||
(void) src1_ddf_i;
|
||||
(void) i02;
|
||||
(void) i1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user