Commit Graph

  • 2f596f5b33 Find libopenblas.dll.a on windows Tamotsu Takahashi 2022-11-23 09:46:56 +0900
  • e5dcdabbb8
    unicode : fix character replacement (thanks to @tamo) Georgi Gerganov 2022-11-23 08:24:29 +0200
  • c54d589b11
    Find libopenblas.dll.a on windows Tamotsu Takahashi 2022-11-23 09:46:56 +0900
  • dad109c3f1
    close #109 : add fetching of the model over HTTP (whisper.wasm) Georgi Gerganov 2022-11-22 22:48:56 +0200
  • 326573de9a
    talk.wasm : final touches Georgi Gerganov 2022-11-22 22:22:17 +0200
  • 9aea96f774
    talk.wasm : polishing + adding many AI personalities Georgi Gerganov 2022-11-22 20:10:20 +0200
  • 385236d1d3
    stream : "-kc" now enables context keeping from previous segment (#90) Georgi Gerganov 2022-11-22 18:20:05 +0200
  • 63ae03b8e0
    Prompt previous tokens for streaming (#163) M. Eren Akbiyik 2022-11-22 17:10:35 +0100
  • 78116f8eda
    talk.wasm : update README.md Georgi Gerganov 2022-11-21 22:42:29 +0200
  • a4dfbeecf9
    talk.wasm : GPT-2 meets Whisper in WebAssembly (#155) Georgi Gerganov 2022-11-21 22:20:42 +0200
  • 7cec708483
    talk.wasm : rename example Georgi Gerganov 2022-11-21 22:14:33 +0200
  • 49b80bab48
    talk : ready for beta testing Georgi Gerganov 2022-11-21 22:09:15 +0200
  • b796c29f40
    talk : polishing the UI Georgi Gerganov 2022-11-21 20:33:11 +0200
  • 2d47a3c02d feat: use better way of getting the pointer Eren Akbiyik 2022-11-21 17:33:15 +0000
  • 78d9b2a15b feat: remove old refs, check for prompt size Eren Akbiyik 2022-11-21 17:25:54 +0000
  • a3a911171c convert vector to use with C api Eren Akbiyik 2022-11-21 17:22:14 +0000
  • 6f110d5425
    talk : initial real-time transcription in the browser Georgi Gerganov 2022-11-11 22:33:10 +0200
  • 2e311a2917
    Update README.md Georgi Gerganov 2022-11-21 18:52:20 +0200
  • 12a0558317 feat: prompt previous tokens for streaming Eren Akbiyik 2022-11-21 11:27:50 +0000
  • 2065572a11 ggml : fix Windows build Georgi Gerganov 2022-11-20 22:43:32 +0200
  • 5c2176e314 ci : add Windows build Georgi Gerganov 2022-11-20 22:39:39 +0200
  • eab36eb63c
    ggml : fix Windows build Georgi Gerganov 2022-11-20 22:43:32 +0200
  • 620a926bfa
    ci : add Windows build Georgi Gerganov 2022-11-20 22:39:39 +0200
  • f2df9bd768 stream : add "max_tokens" cli arg Georgi Gerganov 2022-11-20 21:22:02 +0200
  • fb8d77f760 stream : add "audio_ctx" parameter Georgi Gerganov 2022-11-20 21:12:01 +0200
  • 62b5ff875c stream : add "max_tokens" parameter Georgi Gerganov 2022-11-20 20:52:24 +0200
  • d351771a4b stream : add "single_segment" option Georgi Gerganov 2022-11-20 20:45:10 +0200
  • c058aaf22e stream : partial encoder experiments Georgi Gerganov 2022-11-11 22:33:10 +0200
  • 0a2621b637
    stream : add "max_tokens" cli arg stream Georgi Gerganov 2022-11-20 21:22:02 +0200
  • 1b7a7df793
    stream : add "audio_ctx" parameter Georgi Gerganov 2022-11-20 21:12:01 +0200
  • 4af1689ee5
    stream : add "max_tokens" parameter Georgi Gerganov 2022-11-20 20:52:24 +0200
  • b10d75199e
    stream : add "single_segment" option Georgi Gerganov 2022-11-20 20:45:10 +0200
  • ea3344eb8f
    stream : partial encoder experiments Georgi Gerganov 2022-11-11 22:33:10 +0200
  • 2ba66360c9
    fix: free ggml_context (close #149) (#150) greeshmay 2022-11-17 12:12:51 -0800
  • a28ec7c1a7
    ggml : free the model's contexts in whisper_free() Georgi Gerganov 2022-11-17 20:00:02 +0200
  • 0f61e8ce98 fix: free ggml_context greeshmay 2022-11-16 13:49:03 -0800
  • e70e5c8b53
    models : simplify the conversion script Georgi Gerganov 2022-11-16 19:21:43 +0200
  • 55a0e1a64e Update download-ggml-model.sh Dody Suria Wijaya 2022-11-16 23:53:01 +0700
  • f80a64bb1f
    Update download-ggml-model.sh Dody Suria Wijaya 2022-11-16 23:53:01 +0700
  • 864a78a8d0
    models : change default hosting to Hugging Face Georgi Gerganov 2022-11-15 19:47:06 +0200
  • 83c742f1a7 whisper : add option to speed up the audio tempo by x2 Georgi Gerganov 2022-11-12 18:03:49 +0200
  • 745f999d2d
    Merge branch 'ggerganov:master' into master Chidi Williams 2022-11-13 11:09:47 +0000
  • 41b48ab7f1
    make : add libwhisper.so target (#144) Georgi Gerganov 2022-11-13 09:08:33 +0200
  • 2a505bcc03
    whisper : add option to speed up the audio tempo by x2 Georgi Gerganov 2022-11-12 18:03:49 +0200
  • 976b6e5e3f
    Merge fa9621e5e9 into a728be9cdb Georgi Gerganov 2022-11-12 06:32:16 +0000
  • fa9621e5e9
    mtl : update Makefile to support Metal metal Georgi Gerganov 2022-11-12 08:32:03 +0200
  • a728be9cdb
    Add WHISPER_NO_AVX and WHISPER_NO_AVX2 to CMakeLists (#136) Chidi Williams 2022-11-11 16:10:01 +0000
  • 46a68fb9b5
    minor : remove one more redundant line Georgi Gerganov 2022-11-11 18:02:58 +0200
  • ccd56a9c5b
    minor : fix double float32 conversion in python script Georgi Gerganov 2022-11-11 17:58:51 +0200
  • ca16aad69a
    Merge branch 'ggerganov:master' into master Chidi Williams 2022-11-10 10:23:44 +0000
  • 43b8d13ade Add AVX options to CMakeLists Chidi Williams 2022-11-10 09:37:57 +0000
  • 3500ce8727
    ref #40 : start working on the documentation Georgi Gerganov 2022-11-09 21:41:21 +0200
  • 7519eabf65 Adds support for stdin wav input Alan 2022-11-09 15:24:06 -0300
  • c303e82c55 Adds support for stdin wav input Alan 2022-11-09 15:24:06 -0300
  • b21213c23e
    js : update whipser.js to latest Georgi Gerganov 2022-11-09 19:32:58 +0200
  • 9e700e1821 Check for AVX and AVX2 on Darwin Chidi Williams 2022-11-09 00:28:36 +0000
  • b5d3521626
    mtl : matrix multiplication support Georgi Gerganov 2022-11-07 21:47:10 +0200
  • bddc260e1c Check for AVX and AVX2 on Darwin Chidi Williams 2022-11-09 00:28:36 +0000
  • 0bfe728b84 Fix the Windows pthread_create shim boolemancer 2022-11-08 03:04:23 -0800
  • e245c27fde Fix the Windows pthread_create shim boolemancer 2022-11-08 03:04:23 -0800
  • 4e5674a5d5
    sync : submodule whisper.spm Georgi Gerganov 2022-11-07 21:48:13 +0200
  • 4c66b6a828
    cmake : add submodule whisper.spm Georgi Gerganov 2022-11-07 20:50:24 +0200
  • c30bffc8a5
    ref #22 : add "duration" option Georgi Gerganov 2022-11-07 20:14:52 +0200
  • 8fdfb0ba92
    Update README.md Georgi Gerganov 2022-11-06 21:04:21 +0200
  • c71363f14c
    examples : add simple script for generating Karaoke video Georgi Gerganov 2022-11-06 09:22:50 +0200
  • 5d895d60b6
    Merge branch 'master' into avx512 avx512 Georgi Gerganov 2022-11-06 09:09:50 +0200
  • b71d45beff ggml : fix AVX 512-bit kernels Georgi Gerganov 2022-11-06 08:50:57 +0200
  • c4350356de
    Update ggml.c Georgi Gerganov 2022-11-05 22:56:56 +0200
  • a09e9123ca
    Update README.md Georgi Gerganov 2022-11-05 08:44:41 +0200
  • d42cf6d0df
    Update README.md Georgi Gerganov 2022-11-04 22:26:08 +0200
  • ef47d77492
    main : fix generated bash script Georgi Gerganov 2022-11-04 18:30:38 +0200
  • 75171c2b79
    ggml : multi-thread the ggml_add operator Georgi Gerganov 2022-11-03 20:53:44 +0200
  • a2eeb941f6
    cmake : fix passing GGML_PERF compile option Georgi Gerganov 2022-11-03 20:18:57 +0200
  • 0e689f83d8
    Update README.md Georgi Gerganov 2022-11-02 22:03:27 +0200
  • d5afebd37c
    whisper : token-level timestamp refactoring (#49, #120) Georgi Gerganov 2022-11-02 21:18:20 +0200
  • 4b1c32e8ea
    Update README.md Georgi Gerganov 2022-11-02 18:33:29 +0200
  • b5dde365e9
    extra : compute SHA of all models files Georgi Gerganov 2022-11-02 18:31:55 +0200
  • 02dfd5b8c3
    whisper : fix extra memory usage after recent processor changes Georgi Gerganov 2022-11-02 18:31:18 +0200
  • c63ce24834
    Allow building with Accelerate for x86_64 Macs (#123) Syed Jafri 2022-11-02 10:00:19 -0600
  • 137321915f
    ggml : fix the check for NEON support (#7) Georgi Gerganov 2022-11-02 17:52:24 +0200
  • 741a017326 Add skimmed version Carlos Aguilar 2022-11-02 14:41:20 +0000
  • 281eb5ccce Merge remote-tracking branch 'origin/master' into HEAD jafri 2022-11-02 01:36:37 -0600
  • 871607ff4e Allow building x86_64 with accelerate jafri 2022-11-02 01:35:05 -0600
  • 73f11ef9e5 Don't force architecture jafri 2022-11-02 01:32:50 -0600
  • 24cd12f647
    Cross compilation (#121) Syed Jafri 2022-11-02 00:46:49 -0600
  • deada6902b Add back space jafri 2022-11-02 00:40:36 -0600
  • d0045f0764 fix review jafri 2022-11-02 00:27:40 -0600
  • b123124019 rm log jafri 2022-11-01 22:26:55 -0600
  • 752f292a95 set env properly jafri 2022-11-01 22:25:26 -0600
  • 2ef576379a Merge branch 'master' of https://github.com/jafri/whisper.cpp into HEAD jafri 2022-11-01 22:01:59 -0600
  • 94b2d7f74b Cross compile windows jafri 2022-11-01 22:01:30 -0600
  • e46bc56e71
    Update README.md Georgi Gerganov 2022-11-01 22:47:58 +0200
  • 6fb98370ba
    main : add some comments for the word-level timestamp algorithm Georgi Gerganov 2022-11-01 22:35:21 +0200
  • 0729da9a3b
    main : fix some edge cases for word-level timestamps Georgi Gerganov 2022-11-01 22:09:25 +0200
  • 210a6fb83c
    wip : some unsuccessful experiments using DP word-ts-2 Georgi Gerganov 2022-10-31 17:12:21 +0200
  • 5dc74e3aff
    Update README.md Georgi Gerganov 2022-10-31 22:06:05 +0200
  • ac8ef34039
    Update README.md Georgi Gerganov 2022-10-31 20:19:41 +0200
  • b26345cc7b Added for Windows implemenated script download-ggml-model.cmd Mikhail Grigorev 2022-10-31 00:51:29 +0500
  • ddb728d1f2 Added for Windows implemenated script download-ggml-model.cmd Mikhail Grigorev 2022-10-31 00:51:29 +0500
  • 8dac3c6e10 Fixed sched_yield Mikhail Grigorev 2022-10-30 22:19:24 +0500