Commit Graph

  • ff2373a886 Fixed emscripten. Sandro Hanea 2023-02-13 15:44:16 +0100
  • 0cd3bdb1ff Fixed whisper_full_parallel when only 1 thread + optimized the other. Sandro Hanea 2023-02-13 15:37:52 +0100
  • 8841840226 Fixed node.addon + one warning which I introduced. Sandro Hanea 2023-02-13 15:19:38 +0100
  • edb25e4730 Forgot to add some files Sandro Hanea 2023-02-13 14:10:23 +0100
  • aac01503cc Fixed go bindings + js Sandro Hanea 2023-02-13 14:06:46 +0100
  • b837ec3fbf
    Update whisper.cpp shikokuchuo 2023-02-12 22:10:15 +0000
  • d4ee0266ef Fixed rest of the samples Sandro Hanea 2023-02-12 11:59:06 +0100
  • 1304c77f45 adds unique filename generation to yt-wsp.sh #495 genevera 2023-02-04 16:02:31 -0500
  • b6aa7becb6 Fixed bench and main examples to use state. Sandro Hanea 2023-02-12 02:36:31 +0100
  • 704566bb9f Separated context and state for easier parallelization Sandro Hanea 2023-02-12 01:42:37 +0100
  • 3b010f9bed
    readme : add .NET repo (#303) Georgi Gerganov 2023-02-11 17:35:33 +0200
  • 113fcec513
    cmake : install whisper.h header (#485) Avik Sengupta 2023-02-11 07:13:32 +0000
  • e986383f77 issue #470 - working 32-bit ARM #486 clach04 2023-02-08 19:27:58 -0800
  • c6d67ee67d
    Install the header file when using cmake #485 Avik Sengupta 2023-02-08 22:23:58 +0000
  • fa1b5f9676
    addon.node : link common lib #482 Georgi Gerganov 2023-02-08 19:12:10 +0100
  • 142891f21c
    common : fix MSVC M_PI .. Georgi Gerganov 2023-02-08 08:21:56 +0100
  • 7fb272a8e6 feat(node-addon): add workflow #484 Dmitry Kryaklin 2023-02-08 17:12:00 +0000
  • 1ca8edf87f feat(node-addon): fixes Dmitry Kryaklin 2023-02-08 16:32:27 +0000
  • 831594127e
    make : update Makefile to use common libs Georgi Gerganov 2023-02-08 08:15:19 +0100
  • 70e621980c
    examples : refactor common SDL code into a library Georgi Gerganov 2023-02-07 08:50:52 +0200
  • 34d347d53c
    examples : refactor common code into a library Georgi Gerganov 2023-02-07 08:30:52 +0200
  • cfc06bf8df
    whisper : suppress non-speech-related token outputs (#473) shibukazu 2023-02-08 16:05:34 +0900
  • 2bfe0ebc0f
    whisper : fixed Beam Search Strategy and exposed whisper_pcm_to_mel_phase_vocoder (#474) sandrohanea 2023-02-08 08:01:47 +0100
  • 4dd7119deb
    whisper : only trim if split_on_word is true (#476) boolemancer 2023-02-07 22:43:23 -0800
  • 52efc3f99d Only trim if split_on_word is true #476 boolemancer 2023-02-06 01:22:38 -0800
  • a8f0bd4e89 add suppress non-speech_tokens param #473 shibukazu 2023-02-06 03:04:53 +0900
  • 16cecbd101 Fixed Beam Search Strategy and exposed whisper_pcm_to_mel_phase_vocoder #474 Sandro Hanea 2023-02-05 16:46:21 +0100
  • 2d3332e26f add non-speech-token suppression shibukazu 2023-02-05 23:01:21 +0900
  • ab1916fc59
    ci : add node addon test and optimize compilation configuration (#468) Qianhe Chen 2023-02-05 21:02:08 +0800
  • 2593264550
    addon: reuse jfk.wav #468 Qianhe Chen 2023-02-05 20:54:47 +0800
  • 7a6a5fca87
    addon: reuse jfk.wav Qianhe Chen 2023-02-05 20:53:56 +0800
  • a1c1583cc7
    whisper : add whisper_full_lang_id() for getting the context lang (#461) kamranjon 2023-02-05 04:46:26 -0800
  • d012b5c7e4
    whisper : add "split_on_word" flag when using using "max_len" option (#455) Matija Pevec 2023-02-05 13:44:23 +0100
  • 4096173781 addon: fix typo chenqianhe 2023-02-05 10:05:05 +0800
  • bbbe230e89 refactor: rebase to master #455 Matija Pevec 2023-02-04 23:02:31 +0100
  • 7436105e43 fix: arguments for main Matija Pevec 2023-02-04 22:43:07 +0100
  • 5c1af3df22 feat: added flag to split on word Matija Pevec 2023-02-04 22:40:22 +0100
  • d1015ba960
    addon: adapt to compile on Windows chenqianhe 2023-02-04 19:58:24 +0800
  • 015afc6027
    addon: add test file Qianhe Chen 2023-02-04 18:33:10 +0800
  • 616b0ad3ed
    addon: add test chenqianhe 2023-02-04 18:27:24 +0800
  • 76f8dabf82
    addon: update build command chenqianhe 2023-02-04 18:12:02 +0800
  • 84737cd996
    addon: remove build WHISPER_BUILD_TESTS chenqianhe 2023-02-04 18:10:38 +0800
  • b2f55c4740
    ci: add addon.node test ci Qianhe Chen 2023-02-04 17:02:24 +0800
  • 8dc946bd81
    Merge branch 'ggerganov:master' into master Qianhe Chen 2023-02-04 16:54:33 +0800
  • b2083c5d02
    release : v1.2.0 v1.2.0 Georgi Gerganov 2023-02-04 09:49:49 +0200
  • f3ee4a9673
    whisper : reduce memory usage during inference (#431) Georgi Gerganov 2023-02-04 09:45:52 +0200
  • a26f3a7154
    js : update whisper.js #431 Georgi Gerganov 2023-02-04 09:45:09 +0200
  • 6ed13449df
    Update README.md Georgi Gerganov 2023-01-29 10:20:31 +0200
  • bdf21fa6e3
    main : add option to disable temp fallback Georgi Gerganov 2023-01-29 11:06:56 +0200
  • 01669ee8b8
    whisper : reorder scratch buffers in the decoder Georgi Gerganov 2023-01-29 09:26:44 +0200
  • 62205aedb9
    ggml : refactor the scratch buffer storage Georgi Gerganov 2023-01-28 19:34:07 +0200
  • d922aa4aef
    ggml : reuse ggml_new_i32 Georgi Gerganov 2023-01-28 11:38:08 +0200
  • 4e0e2520f0
    whisper : fix FF + remove it from README Georgi Gerganov 2023-01-25 21:48:12 +0200
  • 42d7dee4c2
    whisper : use whisper_context functions instead of macros Georgi Gerganov 2023-01-25 21:23:40 +0200
  • 79148a2166
    whisper : fix encoder memory usage Georgi Gerganov 2023-01-22 13:51:01 +0200
  • 6cae05bd0c
    whisper : update memory usage for all models Georgi Gerganov 2023-01-22 13:39:44 +0200
  • 1a1dee46ce
    whisper : use scratch buffers during inference (base model only) Georgi Gerganov 2023-01-22 13:10:45 +0200
  • 0ba91b5452
    ggml : error on scratch buffer overflow Georgi Gerganov 2023-01-22 09:08:07 +0200
  • 18210579e4
    ggml : bug fix in ggml_repeat() Georgi Gerganov 2023-01-22 09:04:35 +0200
  • 0eea547ab3
    ggml : support for scratch ring-buffer Georgi Gerganov 2023-01-21 11:05:02 +0200
  • 60eff46b0a
    ggml : add "scratch" buffer support Georgi Gerganov 2023-01-19 21:29:57 +0200
  • c306a7fd89
    addon.node : using whisper as a Node.js addon (#443) Qianhe Chen 2023-02-04 15:10:25 +0800
  • b2fc4c7010
    go : support "auto" as an option when set language (#462) polarmoon 2023-02-03 23:09:27 -0800
  • 6d9dc6367a
    Merge 7713f8fcec into 291980369c #454 Dmitry Kryaklin 2023-02-04 09:08:38 +0200
  • 291980369c
    whisper : suppress task tokens (#442) Georgi Gerganov 2023-02-04 09:03:14 +0200
  • 86ef64a855
    wasm : fix typo in helper.js (#459) Taisei Mima 2023-02-04 15:49:15 +0900
  • 3b1960520a
    main : CSV format export trimmed spaces fix (#444) Alex Bacart 2023-02-04 09:48:35 +0300
  • 7133cdd6c2 Support "auto" as an option when set language #462 Ming 2023-01-31 20:18:49 -0800
  • 4d8b454b0b Store lang_id in context #461 kamranjon 2023-01-31 15:53:04 -0800
  • ed7ae2d95a wasm : fix typo in helper.js #459 bhbs 2023-01-31 23:20:41 +0900
  • 99022bc8a8
    Merge branch 'ggerganov:master' into master #444 Alex Bacart 2023-01-30 16:28:40 +0300
  • 2e148e374d
    Merge e2aa556a99 into 2bee2650c6 #284 Georgi Gerganov 2023-01-29 19:24:05 -0500
  • 2bee2650c6
    go : add wrapper for system info (#456) Lukas Rist 2023-01-28 17:44:56 +0100
  • 006e14f473
    Merge branch 'ggerganov:master' into master Alex Bacart 2023-01-28 12:59:22 +0300
  • 062035d318 add wrapper for system info #456 Lukas Rist 2023-01-28 00:45:08 +0100
  • dd6f07ebfe
    fix: trim function Matija Pevec 2023-01-27 02:15:12 +0100
  • 8ea08d534b
    Update whisper.cpp Matija Pevec 2023-01-27 01:44:45 +0100
  • 7713f8fcec wip #454 Dmitry Kryaklin 2023-01-27 00:35:36 +0000
  • beb9512be3
    go : add WhisperLangAutoDetect method to go binding (#451) Robin 2023-01-26 15:14:20 -0800
  • 47737b2e82
    livestream.sh : run main with model arg instead of default (#453) Eric Tendian 2023-01-26 17:13:31 -0600
  • bc641f8d99
    livestream.sh : run main with model arg instead of default #453 Eric Tendian 2023-01-26 14:08:11 -0600
  • 32b72c3169 addon: configure cmake to build when cmake-js is used #443 chenqianhe 2023-01-26 18:15:37 +0800
  • ed09c05c81 add WhisperLangAutoDetect method to go binding #451 RobinXL 2023-01-26 00:31:43 -0800
  • 8b6a7d0f54 addon: fix typo chenqianhe 2023-01-26 10:58:32 +0800
  • 94843cc3ac addon: rename dir chenqianhe 2023-01-26 10:57:53 +0800
  • e25b4c8272 addon: remove iostream chenqianhe 2023-01-26 10:43:06 +0800
  • 5897c01e99 addon: modify the license to MIT chenqianhe 2023-01-26 10:31:45 +0800
  • 7d9583cd5b
    Merge branch 'ggerganov:master' into master Alex Bacart 2023-01-25 23:17:17 +0300
  • ad08bc0188 Revert "Update main.cpp" Alex Bacart 2023-01-25 23:13:25 +0300
  • e545299249 Revert "Update main.cpp" Alex Bacart 2023-01-25 23:13:25 +0300
  • d8924fdcfe
    Update main.cpp Alex Bacart 2023-01-25 23:10:19 +0300
  • b992f3709e
    whisper : do not provide past prompt when n_max_text_ctx == 0 Georgi Gerganov 2023-01-25 19:59:57 +0200
  • 60337f5306
    wasm : check if navigator.storage.estimate() is available Georgi Gerganov 2023-01-25 19:59:15 +0200
  • 02c7516c57
    go : added wrappers to reset and print timings (#436) Lukas Rist 2023-01-25 17:57:30 +0100
  • 411ea9b833
    ci : run workflows on pull requests + bindings depend on .h (#446) Georgi Gerganov 2023-01-25 18:50:50 +0200
  • ad5c7d8461
    ci : run workflows on pull requests + bindings depend on .h #446 Georgi Gerganov 2023-01-25 10:22:13 +0200
  • 252e508d85
    Update main.cpp Alex Bacart 2023-01-25 05:02:29 +0300
  • 73a2a20182
    Update main.cpp Alex Bacart 2023-01-24 20:21:21 +0300
  • 90328165f8 addon: implement node addon call whisper through cpp chenqianhe 2023-01-25 00:23:20 +0800
  • 4bfbc65ede new line #439 Brayden McLean 2023-01-23 20:43:46 -0800