| 3791 | } |
| 3792 | |
| 3793 | bool clip_is_glm(const struct clip_ctx * ctx) { |
| 3794 | // TODO: remove this function |
| 3795 | return ctx->proj_type() == PROJECTOR_TYPE_GLM_EDGE; |
| 3796 | } |
| 3797 | |
| 3798 | bool clip_is_llava(const struct clip_ctx * ctx) { |
| 3799 | return ctx->model.hparams.has_llava_projector; |
no test coverage detected