mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ggml.h : get array str and f32
This commit is contained in:
		
							
								
								
									
										3
									
								
								ggml.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								ggml.h
									
									
									
									
									
								
							| @@ -1657,6 +1657,9 @@ extern "C" { | ||||
|     GGML_API const char * gguf_get_key (struct gguf_context * ctx, int i); | ||||
|     GGML_API void         gguf_get_val (struct gguf_context * ctx, int i, void * val); | ||||
|  | ||||
|     GGML_API const char * gguf_get_arr_str(struct gguf_context * ctx, int key_id, int i); | ||||
|     GGML_API float        gguf_get_arr_f32(struct gguf_context * ctx, int key_id, int i); | ||||
|  | ||||
|     GGML_API uint8_t      gguf_get_val_u8  (struct gguf_context * ctx, int i); | ||||
|     GGML_API int8_t       gguf_get_val_i8  (struct gguf_context * ctx, int i); | ||||
|     GGML_API uint16_t     gguf_get_val_u16 (struct gguf_context * ctx, int i); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 klosax
					klosax