Skip to content

Commit 2d0e4b9

Browse files
committed
add missing 'static'
1 parent 46d1b6e commit 2d0e4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4702,7 +4702,7 @@ static void llama_convert_tensor_internal(
47024702
}
47034703

47044704
#ifdef GGML_USE_K_QUANTS
4705-
ggml_type get_k_quant_type(
4705+
static ggml_type get_k_quant_type(
47064706
ggml_type new_type, const ggml_tensor * tensor, const llama_model & model, llama_ftype ftype, int * i_attention_wv,
47074707
int n_attention_wv, int * i_feed_forward_w2, int n_feed_forward_w2
47084708
) {

0 commit comments

Comments
 (0)