@@ -2329,22 +2329,12 @@ extern "C" {
23292329 GGML_API const void * gguf_get_arr_data (const struct gguf_context * ctx , int key_id );
23302330 GGML_API const char * gguf_get_arr_str (const struct gguf_context * ctx , int key_id , int i );
23312331
2332- <<<<<<< HEAD
23332332 GGML_API int gguf_get_n_tensors (const struct gguf_context * ctx );
23342333 GGML_API int gguf_find_tensor (const struct gguf_context * ctx , const char * name );
23352334 GGML_API size_t gguf_get_tensor_offset (const struct gguf_context * ctx , int i );
23362335 GGML_API char * gguf_get_tensor_name (const struct gguf_context * ctx , int i );
23372336 GGML_API enum ggml_type gguf_get_tensor_type (const struct gguf_context * ctx , int i );
23382337 GGML_API size_t gguf_get_tensor_size (const struct gguf_context * ctx , int i );
2339- == == == =
2340- GGML_API int gguf_get_n_tensors (const struct gguf_context * ctx );
2341- GGML_API int gguf_find_tensor (const struct gguf_context * ctx , const char * name );
2342- GGML_API size_t gguf_get_tensor_offset (const struct gguf_context * ctx , int i );
2343- GGML_API char * gguf_get_tensor_name (const struct gguf_context * ctx , int i );
2344- GGML_API enum ggml_type gguf_get_tensor_type (const struct gguf_context * ctx , int i );
2345- GGML_API size_t gguf_get_tensor_size (const struct gguf_context * ctx , int i );
2346- GGML_API int gguf_find_and_get_tensor (const struct gguf_context * ctx , const char * name , char * * data , size_t * size );
2347- >>>>>>> 2210bb 0 ccfdbf848bd4ba52ec0797bea5c1acd8d
23482338
23492339 // removes key if it exists
23502340 GGML_API void gguf_remove_key (struct gguf_context * ctx , const char * key );
0 commit comments