| 3082 | } |
| 3083 | |
| 3084 | const llama_model * llama_get_model(const llama_context * ctx) { |
| 3085 | return &ctx->get_model(); |
| 3086 | } |
| 3087 | |
| 3088 | enum llama_pooling_type llama_pooling_type(const llama_context * ctx) { |
| 3089 | return ctx->pooling_type(); |
no outgoing calls