Skip to content

Commit 9bca7b2

Browse files
committed
chore: add TODO comment for llama_model_quantize_params
1 parent 5e339ef commit 9bca7b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/llama_cpp/llama_cpp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,6 +4722,7 @@ void Init_llama_cpp(void) {
47224722
rb_define_method(rb_cLlamaModelQuantizeParams, "keep_split=", RUBY_METHOD_FUNC(llama_model_quantize_params_set_keep_split), 1);
47234723
/* TODO: void* imatrix */
47244724
/* TODO: void* kv_overrides */
4725+
/* TODO: void* tensor_types */
47254726

47264727
/**
47274728
* Document-class: LlamaCpp::LlamaLogitBias

0 commit comments

Comments
 (0)