voxstral mini is really bad

This commit is contained in:
Concedo 2025-07-29 21:22:17 +08:00
parent abf527a207
commit 3284757b56
3 changed files with 29 additions and 5 deletions

View file

@ -4552,6 +4552,11 @@ projector_type clip_get_projector_type(const struct clip_ctx * ctx) {
return ctx->proj_type();
}
int clip_get_projector_type_ext(clip_ctx * ctx) {
return ctx->proj_type();
}
void clip_image_f32_batch_add_mel(struct clip_image_f32_batch * batch, int n_mel, int n_frames, float * mel) {
clip_image_f32 * audio = new clip_image_f32;
audio->nx = n_frames;