Commit Graph

  • 2613ac53b5 Showcase autoconf/automake version. Thanassis Tsiodras 2022-12-11 17:26:36 +0100
  • 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
  • 73ad69b790 Roll back C features not supported in VS2017 #257 Roland Rabien 2022-12-10 13:08:32 -0800
  • e1d7192bb7 Remove C++20 requirement Roland Rabien 2022-12-10 12:35:28 -0800
  • fbd8b91123
    Merge branch 'ggerganov:master' into newline-txt #254 Lexevolution 2022-12-11 01:32:59 +1000
  • 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
  • a28b2d8185
    talk : fix build for MSVC #253 Georgi Gerganov 2022-12-10 16:48:15 +0200
  • a049dc0411
    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
  • 50c89bdee3 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. #245 bert hubert 2022-12-10 13:09:31 +0100
  • 49b2f9bd66 '-Ofast' and '-march=native' cause 2x-speedup in machines with SSE (but no AVX) instructions. Should help other platforms, too. Thanassis Tsiodras 2022-12-10 12:56:43 +0100
  • 603f97ba11
    whisper : minor improvemnt in decoding strategy (#244) Georgi Gerganov 2022-12-10 13:38:26 +0200
  • 8aa8bcedf5 Add newline per segment for text output Lexevolution 2022-12-10 19:49:25 +1000
  • 50a061b313
    ggml : add alternative cblas_sgemm call Georgi Gerganov 2022-12-08 23:48:04 +0200
  • 526649cb5d
    Merge 683f111088 into 832b4f34c9 #239 Georgi Gerganov 2022-12-08 20:16:34 +0000
  • 683f111088
    ggml : initial tests with libnvblas #239 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
  • 281e9668e3
    twitch.sh : various fixes and polishing #229 Georgi Gerganov 2022-12-08 19:17:24 +0200
  • 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
  • c993173bca fix compilation on haiku #231 Al Hoang 2022-12-08 05:34:19 +0000
  • 4217736883
    Fix paths echoed after the download #230 Kartik Saranathan 2022-12-07 23:18:30 -0500
  • e0b67a7a4c Allow for Twitch.tv live transcription keyehzy 2022-12-07 23:45:54 -0300
  • 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
  • 420f1bf743 Flag for Position Independent Code #228 Reinis Muiznieks 2022-12-07 14:44:58 +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
  • 0c085ccc95 add fp16/fp32 convert intrinsics #224 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
  • af26258e0d add fp16/fp32 convert intrinsics #222 katsu560 2022-12-06 21:23:25 +0900
  • d715e4460a Merge remote-tracking branch 'upstream/master' Chidi Williams 2022-12-04 20:38:48 +0000
  • 9ab012f37a Flush whisper segment stdout Chidi Williams 2022-12-03 18:52:02 +0000
  • e4bd5d8ccc
    Merge branch 'ggerganov:master' into master katsu560 2022-12-03 18:51:37 +0900
  • 78d13257be
    Try to improve the token sampling strategy (#193) Georgi Gerganov 2022-12-02 21:51:50 +0200
  • 7740e10f76
    whisper : fix the max initial timestamp logic + fallback decoding #193 Georgi Gerganov 2022-11-28 19:28:08 +0200
  • 2ba90581ce
    whisper : try to improve the token sampling strategy Georgi Gerganov 2022-11-27 19:59:06 +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
  • 70df6b0f27
    Update examples/livestream.sh #195 semiformal-net 2022-11-30 19:39:57 -0500
  • 27ff61a09a
    Merge 119c7d86bd into 4698dcdb52 #203 Just Merge 2022-11-29 12:56:28 +0000
  • 119c7d86bd
    Whisper Hello world! #203 Just Merge 2022-11-29 12:56:20 +0000
  • 79e1eba5e9 Fix Darwin flags - was incorrectly always using the Linux else clause #201 Tienshiao Ma 2022-11-28 23:29:34 -0800
  • d259b20d87 improve livestream script Paul Edwards 2022-11-27 15:39:23 -0500
  • 4698dcdb52 whisper : add mechanism for aborting the whisper_full() computation Georgi Gerganov 2022-11-27 20:28:36 +0200
  • afadabef84
    whisper : add mechanism for aborting the whisper_full() computation #194 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
  • c1808cd641
    Merge branch 'ggerganov:master' into master katsu560 2022-11-26 10:51:26 +0900
  • 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
  • 2223f5b004
    correct model name display on running samples #183 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
  • fc0e984846
    Merge branch 'ggerganov:master' into master katsu560 2022-11-24 23:07:29 +0900
  • b215f692dc output json with confidence #179 Johan Ju 2022-11-24 00:40:28 +0100
  • 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