whisper : fix max_tokens skipping remaining audio (#3798)

* whisper: fix max_tokens skipping remaining audio

* add PR reference comment as suggested

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

* fix(ci): enable artifact overwrite
This commit is contained in:
annaeina
2026-05-13 13:32:00 +08:00
committed by GitHub
parent 338cce1e58
commit f08258abd7
3 changed files with 61 additions and 0 deletions

View File

@@ -662,6 +662,7 @@ jobs:
with:
name: ggml_${{ matrix.arch }}.dll
path: build/bin/${{ matrix.build }}/ggml.dll
overwrite: true
- name: Upload ggml base dll
uses: actions/upload-artifact@v6