We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed21f commit 173ebc7Copy full SHA for 173ebc7
llama_cpp/llama_cpp.py
@@ -1189,12 +1189,6 @@ def llama_rope_type(model: llama_model_p, /) -> int:
1189
...
1190
1191
1192
-# LLAMA_API enum llama_pooling_type llama_pooling_type(const struct llama_model * model);
1193
-@ctypes_function("llama_pooling_type", [llama_model_p_ctypes], ctypes.c_int)
1194
-def llama_pooling_type(model: llama_model_p, /) -> int:
1195
- ...
1196
-
1197
1198
# LLAMA_API int32_t llama_n_vocab (const struct llama_model * model);
1199
@ctypes_function("llama_n_vocab", [llama_model_p_ctypes], ctypes.c_int32)
1200
def llama_n_vocab(model: llama_model_p, /) -> int:
0 commit comments