whisper.cpp/bindings
Daniel Bevenius 2a56869669
bindings-java : disable flash attention by default (#3445)
This commit disables flash-attention for the Java binding test so that
the testFullTranscribe test passes.

Without this change the test was failing because the expected output
mismatches after the flash-attention change:
```console
<And so my fellow Americans ask not what your country can do for you ask what you can do for your country.>
but was:
<and so my fellow Americans ask not what your country can do for you ask what you can do for your country>
```

An alternative would also be to update the expected output but it felt
better to keep the same expected output and disable flash-attention and
not just change the expected output to match the new behavior.
2025-10-01 09:13:34 +02:00
..
go go: fix Mac OS X builds (#3310) 2025-07-21 08:47:35 +02:00
java bindings-java : disable flash attention by default (#3445) 2025-10-01 09:13:34 +02:00
javascript release : v1.8.0 2025-09-30 21:25:36 +03:00
ruby Handle negative value in padding (#3389) 2025-08-25 01:34:23 +09:00
CMakeLists.txt Node.js package (#260) 2022-12-12 20:17:27 +02:00