| 3783 | } |
| 3784 | |
| 3785 | int clip_is_minicpmv(const struct clip_ctx * ctx) { |
| 3786 | // TODO: remove this function |
| 3787 | if (ctx->proj_type() == PROJECTOR_TYPE_MINICPMV) { |
| 3788 | return ctx->model.hparams.minicpmv_version; |
| 3789 | } |
| 3790 | return 0; |
| 3791 | } |
| 3792 | |
| 3793 | bool clip_is_glm(const struct clip_ctx * ctx) { |
| 3794 | // TODO: remove this function |
no test coverage detected