Concedo
|
2f7168779d
|
Merge branch 'concedo_experimental' of https://github.com/LostRuins/koboldcpp into concedo_experimental
|
2024-06-06 20:26:57 +08:00 |
|
Concedo
|
1ad56e9b6b
|
if quiet mode just show transcription event without text
|
2024-06-06 20:26:47 +08:00 |
|
Lexi
|
1c5e05e477
|
whisper: fix printf format string (#894)
This format string uses %d to print uint32_t and size_t{ype,}, which is
not guaranteed to work. Instead, use PRIu32 for uint32_t, and %zu for
size_t.
|
2024-06-06 19:50:59 +08:00 |
|
Concedo
|
813cf829b5
|
allow selecting multigpu on vulkan
|
2024-06-06 18:36:56 +08:00 |
|
Concedo
|
b0a7d1aba6
|
fixed makefile (+1 squashed commits)
Squashed commits:
[ef6ddaf5] try fix makefile
|
2024-06-02 15:21:48 +08:00 |
|
Concedo
|
a65e0800ab
|
update docs, added gui for whisper
|
2024-06-01 02:01:49 +08:00 |
|
Concedo
|
961c789c91
|
wav file resampling
|
2024-05-30 13:41:58 +08:00 |
|
Concedo
|
f24aef8792
|
initial whisper integration
|
2024-05-29 23:13:11 +08:00 |
|