Commit Graph

  • 444349f4ec
    talk : make compatible with c++11 Georgi Gerganov 2022-12-11 20:19:17 +0200
  • 37a93d2459
    cmake : require c++11 instead of c++20 Georgi Gerganov 2022-12-11 20:04:05 +0200
  • e70d47baab
    Remove C++20 requirement (#257) Roland Rabien 2022-12-11 10:03:07 -0800
  • 6ed786957e
    Add newline per segment for text output (#254) Lexevolution 2022-12-12 04:00:29 +1000
  • ea38ad6e70
    bench : more concise representation of the results (#89) Georgi Gerganov 2022-12-11 11:56:13 +0200
  • 054940e1f6
    minor : fix .gitignore to not ignore examples Georgi Gerganov 2022-12-11 11:39:46 +0200
  • fcf515de60
    bench.wasm : same as "bench" but runs in the browser (#89) Georgi Gerganov 2022-12-11 11:09:01 +0200
  • 85c9ac18b5
    Update README.md Georgi Gerganov 2022-12-10 16:54:57 +0200
  • b7c85d1ea6 talk : fix build for MSVC Georgi Gerganov 2022-12-10 16:48:15 +0200
  • 3b1aacbe6d talk : talk with AI in the terminal Georgi Gerganov 2022-12-09 20:38:10 +0200
  • d1da35de06 fix potential bug reading model data into a small size optimized string which could lead to memory corruption. In an SSO string, you can't write data to &str[0] and expect it to work well. bert hubert 2022-12-10 13:09:31 +0100
  • 603f97ba11
    whisper : minor improvemnt in decoding strategy (#244) Georgi Gerganov 2022-12-10 13:38:26 +0200
  • 50a061b313
    ggml : add alternative cblas_sgemm call Georgi Gerganov 2022-12-08 23:48:04 +0200
  • 683f111088
    ggml : initial tests with libnvblas nvblas Georgi Gerganov 2022-12-08 22:01:52 +0200
  • 832b4f34c9
    make : indentation + .gitignore Georgi Gerganov 2022-12-08 19:42:06 +0200
  • 0f98755fc5 Flag for Position Independent Code Reinis Muiznieks 2022-12-07 14:44:58 +0200
  • 56822621a8 twitch.sh : various fixes and polishing Georgi Gerganov 2022-12-08 19:17:24 +0200
  • 9e5f3ddc16 Allow for Twitch.tv live transcription keyehzy 2022-12-07 23:45:54 -0300
  • d91c001120 Fix paths echoed after the download Kartik Saranathan 2022-12-07 23:18:30 -0500
  • 04a16bbf11 fix compilation on haiku Al Hoang 2022-12-08 05:34:19 +0000
  • 47afb93c3c
    yt-wsp.sh : improve usage instructions Georgi Gerganov 2022-12-07 22:12:08 +0200
  • 575c53dc41
    yt-wsp.sh : fix usage instruction + comment Georgi Gerganov 2022-12-07 21:12:55 +0200
  • 3996ecc156
    Update README.md Georgi Gerganov 2022-12-07 05:15:46 +0200
  • faa85f9840 livestream.sh : remove obsolete comment Georgi Gerganov 2022-12-07 04:41:43 +0200
  • b6597539f9
    ggml : fix typo in previous commit Georgi Gerganov 2022-12-06 22:12:57 +0200
  • 9a4b7a916e
    ggml : use macros to inline FP16 <-> FP32 conversions Georgi Gerganov 2022-12-06 22:05:33 +0200
  • e0bd97f41f
    ggml : use macros to inline FP16 <-> FP32 conversions macros-cvt-fp16 Georgi Gerganov 2022-12-06 22:05:33 +0200
  • f8ec718b76
    ggml : add F16C CPU flag check Georgi Gerganov 2022-12-06 21:56:56 +0200
  • 35b40a93b9 add fp16/fp32 convert intrinsics katsu560 2022-12-07 03:32:48 +0900
  • 9fe7306f4b
    models : add the new "large" model release by OpenAI Georgi Gerganov 2022-12-06 18:48:57 +0200
  • 13e8eb2346
    bench : add commit hash to bench-all.sh results Georgi Gerganov 2022-12-06 18:47:48 +0200
  • 78d13257be
    Try to improve the token sampling strategy (#193) Georgi Gerganov 2022-12-02 21:51:50 +0200
  • 9b7df68753
    tests : adding transcription tests Georgi Gerganov 2022-11-28 22:44:01 +0200
  • 061fc81bd6
    ggml : remove inline specifier from fp16 <-> fp32 converters Georgi Gerganov 2022-12-01 22:15:12 +0200
  • 57e0e6b700
    livestream : handle ffmpeg errors gracefully and stabilize transcript Georgi Gerganov 2022-12-01 20:49:09 +0200
  • 4f7363077f
    livestream : minor changes Georgi Gerganov 2022-12-01 19:47:58 +0200
  • 093c840dee
    livestream : fix losing words across audio chunk (#195) semiformal-net 2022-12-01 12:18:22 -0500
  • e7f09a0a61 Fix Darwin flags - was incorrectly always using the Linux else clause Tienshiao Ma 2022-11-28 23:29:34 -0800
  • 4698dcdb52 whisper : add mechanism for aborting the whisper_full() computation Georgi Gerganov 2022-11-27 20:28:36 +0200
  • 6fd5358dd0
    Update README.md Georgi Gerganov 2022-11-27 11:30:32 +0200
  • 164df0d447
    whisper.objc : fix context + broken readme links Georgi Gerganov 2022-11-27 10:48:59 +0200
  • e266cb0723
    whisper.objc : add real-time processing (#97) Georgi Gerganov 2022-11-26 17:28:28 +0200
  • c207eed431
    whisper.objc : fix build warnings Georgi Gerganov 2022-11-26 16:27:04 +0200
  • 67e819baf4
    minor : remove "examples/" prefix from the README Georgi Gerganov 2022-11-26 13:07:54 +0200
  • a425365b82
    yt-wsp.sh : script to easily transcribe VODs Georgi Gerganov 2022-11-26 12:53:23 +0200
  • e0e864d9ca
    Update README.md Georgi Gerganov 2022-11-26 11:56:55 +0200
  • 68ecadbbc9
    command.wasm : add voice assistant example for the Web (#171) Georgi Gerganov 2022-11-26 11:40:06 +0200
  • c536ff4005
    minor : add comment for using "generate_karaoke.sh" Georgi Gerganov 2022-11-26 10:22:42 +0200
  • cb70b07db5
    livestream.sh : simple tool to transcribe audio livestreams (#185) Georgi Gerganov 2022-11-26 10:05:37 +0200
  • 3c390ffe38
    stream.wasm : add web-based real-time transcription (#112) Georgi Gerganov 2022-11-25 23:57:46 +0200
  • be16dfa038
    whisper.wasm : do not block page while processing (close #86) Georgi Gerganov 2022-11-25 23:07:42 +0200
  • 0f619b52ce
    main : add stereo-channel-based diarization (#64) Georgi Gerganov 2022-11-25 22:08:58 +0200
  • 1246dd023e
    command : add demonstration video Georgi Gerganov 2022-11-25 20:23:58 +0200
  • 0be27bbd92
    command : fix build + fix README + add bold printing Georgi Gerganov 2022-11-25 19:53:50 +0200
  • bc88eb13c6
    examples : add "command" tool (#171) Georgi Gerganov 2022-11-25 19:06:56 +0200
  • b8ce25dec1
    refactoring : more readable code Georgi Gerganov 2022-11-25 19:08:51 +0200
  • fd113687aa correct model name display on running samples vicalloy 2022-11-25 11:24:08 +0800
  • e4805d9601
    wasm : refactor wasm example + reuse fetch mechanism Georgi Gerganov 2022-11-24 23:13:26 +0200
  • ff36415a86
    talk.wasm : update video link + some minor fixes Georgi Gerganov 2022-11-24 20:15:07 +0200
  • 025ff465b6
    Update README.md Georgi Gerganov 2022-11-24 20:09:45 +0200
  • 2c0501b38a
    Update README.md Georgi Gerganov 2022-11-24 20:06:51 +0200
  • abce28ea99
    talk.wasm : move to https://whisper.ggerganov.com/talk Georgi Gerganov 2022-11-24 18:24:06 +0200
  • a2ecd54455
    models : add instructions for using HF fine-tuned models Georgi Gerganov 2022-11-24 17:54:41 +0200
  • 128aaadb93
    whisper : improve printfs Georgi Gerganov 2022-11-24 17:54:16 +0200
  • 454b91de16
    main : fix dangling pointer when using stdin for input (#65) Georgi Gerganov 2022-11-24 17:53:51 +0200
  • d7024cf9dc
    main, stream : remove --verbose flag (#178) Georgi Gerganov 2022-11-24 17:52:04 +0200
  • 37422ed733
    talk.wasm : add audio pre-processing + bump memory Georgi Gerganov 2022-11-24 00:34:00 +0200
  • be3b720f96
    talk.wasm : refactoring + update README.md Georgi Gerganov 2022-11-24 00:08:57 +0200
  • 00f46dbc1d
    models : add usage comments to the HF convert script (#157) Georgi Gerganov 2022-11-23 23:22:40 +0200
  • 5698bddbc9
    models : fix HF fine-tuned model conversion script (#157) Georgi Gerganov 2022-11-23 23:14:11 +0200
  • 388e9f79ad
    ggml : fix the fix Georgi Gerganov 2022-11-23 22:40:06 +0200
  • 35cd29ce1f
    ggml : fix cross-compile Linux -> Window with mingw (#168) Georgi Gerganov 2022-11-23 22:27:49 +0200
  • 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
  • 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
  • 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
  • 2e311a2917
    Update README.md Georgi Gerganov 2022-11-21 18:52:20 +0200
  • 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
  • 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