mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-07-14 17:25:26 +02:00
* add "align corners" mode for bilinear upscale, and allow downscaling * add ggml_interpolate, deprecate ggml_upscale_ext, pass in align-corners as bit-flag * test-backend-ops: replace ggml_upscale_ext with ggml_interpolate, add test cases for downscale and align-corners