Commit Graph

  • a156a358ca
    Revert "update README.md" Georgi Gerganov 2022-11-23 22:16:50 +0200
  • 6a84147113 update README.md katsu560 2022-11-23 22:59:54 +0900
  • 804f36aa2c ggml: change inline ggml_fp16_to_fp32, ggml_fp16_t ggml_fp32_to_fp16 katsu560 2022-11-23 22:54:21 +0900
  • 4b2f51b479 add gprof option katsu560 2022-11-23 21:31:05 +0900
  • 800ae5b808 fix AVX,AVX2,FMA,F16C detection on Linux and add flags for OpenBLAS katsu560 2022-11-23 20:23:35 +0900
  • 83456076f0 add AVX support katsu560 2022-11-23 20:23:24 +0900
  • 3df6c14fca Build with OpenBLAS and SDL2 on windows Tamotsu Takahashi 2022-11-23 15:17:13 +0900
  • d64d6ca3fd
    models : minor changes to the HF convert script (#157) Georgi Gerganov 2022-11-23 22:07:20 +0200
  • 93482d0373
    models : add "convert-h5-to-ggml.py" script (#157) Georgi Gerganov 2022-11-23 17:17:31 +0200
  • 49706a658a
    minor : updates few prints + fix buttons in whisper.wasm Georgi Gerganov 2022-11-23 17:17:01 +0200
  • 626c5006c1 update README.md #175 katsu560 2022-11-23 22:59:54 +0900
  • 99e29bc75e ggml: change inline ggml_fp16_to_fp32, ggml_fp16_t ggml_fp32_to_fp16 katsu560 2022-11-23 22:54:21 +0900
  • e4aaf1d296 add gprof option katsu560 2022-11-23 21:31:05 +0900
  • 11148076aa Build with OpenBLAS and SDL2 on windows #174 Tamotsu Takahashi 2022-11-23 15:17:13 +0900
  • e59364e701 fix AVX,AVX2,FMA,F16C detection on Linux and add flags for OpenBLAS katsu560 2022-11-23 20:23:35 +0900
  • 12bc1454b2 add AVX support katsu560 2022-11-23 20:23:24 +0900
  • 363a2dadec
    Update README.md Georgi Gerganov 2022-11-23 09:53:55 +0200
  • 623a486056
    Update README.md Georgi Gerganov 2022-11-23 09:52:36 +0200
  • 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 #170 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 #155 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 #163 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 #160 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 #141 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() #150 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 #147 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 #143 Georgi Gerganov 2022-11-12 18:03:49 +0200
  • 976b6e5e3f
    Merge fa9621e5e9 into a728be9cdb #127 Georgi Gerganov 2022-11-12 06:32:16 +0000
  • fa9621e5e9
    mtl : update Makefile to support Metal #127 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 #136 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 #135 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 #131 Chidi Williams 2022-11-09 00:28:36 +0000
  • 427da38c39
    Merge 5d895d60b6 into 0bfe728b84 #95 Georgi Gerganov 2022-11-08 15:11:36 -0800
  • 0bfe728b84 Fix the Windows pthread_create shim boolemancer 2022-11-08 03:04:23 -0800
  • e245c27fde Fix the Windows pthread_create shim #128 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 #95 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 #124 Carlos Aguilar 2022-11-02 14:41:20 +0000