You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit enables the flast_attn context parameter to be set in the
Ruby bindings.
The motivation for this is that the default setting for this recently
changed to true, which causes the following test to fail:
```console
Failure: test_transcribe_n_processors(TestWhisper):
</ask not what your country can do for you[,.] ask what you can do for your country/i> was expected to be =~
<" And so, my fellow Americans! Ask not what you do. what your country can do for you. Ask what you can do for your country.">.
```
An alternative could also be to change the test.
0 commit comments