Commit Graph

  • 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
  • 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
  • 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
  • 41b48ab7f1
    make : add libwhisper.so target (#144) Georgi Gerganov 2022-11-13 09:08:33 +0200
  • 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
  • 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
  • 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
  • 0bfe728b84 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
  • 24cd12f647
    Cross compilation (#121) Syed Jafri 2022-11-02 00:46:49 -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
  • 8dac3c6e10 Fixed sched_yield Mikhail Grigorev 2022-10-30 22:19:24 +0500
  • 6417e59aad Implemenated sched_yield function for Windows Mikhail Grigorev 2022-10-30 15:29:27 +0500
  • dc12994603
    Update README.md Georgi Gerganov 2022-10-30 17:11:37 +0200
  • b0f2aa0ea6
    Update README.md Georgi Gerganov 2022-10-30 17:10:46 +0200
  • 57fb46f307 main : add option for word-leve timestamps (very experimental) Georgi Gerganov 2022-10-30 10:05:58 +0200
  • 5a9e4260a6
    stream : add "--capture" option to select capture device (ref #10) Georgi Gerganov 2022-10-30 08:27:04 +0200
  • eba62e0fa1
    close #113 : fix struct whisper_token_data Georgi Gerganov 2022-10-30 08:23:52 +0200
  • 69bdb6624a
    minor : update whisper.js Georgi Gerganov 2022-10-29 21:28:06 +0300
  • 12fb303d9d
    whisper.wasm : update system info print Georgi Gerganov 2022-10-29 20:30:05 +0300
  • 234f414652
    ref #5 : update CMake for Windows build Georgi Gerganov 2022-10-29 19:41:50 +0300
  • 014a119052 minor : fix multiple definitions of to_timestamp() Georgi Gerganov 2022-10-29 14:14:23 +0300
  • dec40be58f parallel : print time of audio boundaries + fix timings Georgi Gerganov 2022-10-29 14:08:23 +0300
  • e5044f87d9 ggml : fix barrier Georgi Gerganov 2022-10-29 12:38:29 +0300
  • 2827cbbbe8 main : merge parallel example in main Georgi Gerganov 2022-10-29 12:26:03 +0300
  • 0b2dc3c82c parallel : working Georgi Gerganov 2022-10-29 12:24:02 +0300
  • a272f10b2e ggml : fix thread-safety of ggml_init and ggml_free Georgi Gerganov 2022-10-29 11:23:44 +0300
  • 85d6e1e1e7 main : fix sampling time + add max_context parameter Georgi Gerganov 2022-10-29 09:42:14 +0300
  • 72e9cdd6bf parallel : adding tool for parallel transformer inference Georgi Gerganov 2022-10-29 09:27:08 +0300
  • c565c569e7 Define WHISPER_BUILD so as to export symbols on Windows Borislav Stanimirov 2022-10-29 13:15:56 +0300
  • 2c281d190b
    Update README.md Georgi Gerganov 2022-10-28 22:09:40 +0300
  • b89f8960ca
    Update README.md Georgi Gerganov 2022-10-28 21:40:52 +0300
  • 6f82320b05 Create README.md Georgi Gerganov 2022-10-28 20:22:49 +0300
  • 2298310dd8 whisper.nvim : add helper script for the Neovim integration Georgi Gerganov 2022-10-28 19:57:09 +0300
  • 8347a7bb6a
    stream : few updates to make it compatible for Vim usage (#99) Georgi Gerganov 2022-10-27 22:10:50 +0300
  • fbd513b813 Add OpenBLAS support Georgi Gerganov 2022-10-27 18:31:49 +0300
  • 361395187d Merge remote-tracking branch 'origin/master' into avx512 Georgi Gerganov 2022-10-27 17:46:04 +0300
  • 7fc52fa7ef Another shot at AVX-512 support Georgi Gerganov 2022-10-27 17:45:38 +0300
  • 01e037c6c6 Merge branch 'master' into avx512 Georgi Gerganov 2022-10-27 17:31:55 +0300
  • ebb01b9e33
    Print system info at start of program Georgi Gerganov 2022-10-27 17:22:10 +0300
  • 9820234f13 Fixed compile definitions and link libraries for MSVC Mikhail Grigorev 2022-10-27 14:59:02 +0500
  • a22e5741d8
    Add helper script to benchmark all models Georgi Gerganov 2022-10-26 23:19:58 +0300
  • 2400660f3f Print system info in main Georgi Gerganov 2022-10-26 22:54:09 +0300
  • 95f4fc70ca
    Try to add AVX 512-bit support Georgi Gerganov 2022-10-26 18:48:54 +0300
  • 058a27b2e5
    Create README.md Georgi Gerganov 2022-10-26 18:14:10 +0300
  • a09ce6e889 Changes to work by default on macOS - use curl when wget is not available, and use an alternative method to get the script path when realpath is not available. andypayne 2022-10-25 17:35:11 -0700
  • a6c786d5dc Update README.md Georgi Gerganov 2022-10-25 20:51:56 +0300
  • 9ccafa8792 Update README.md Georgi Gerganov 2022-10-25 20:47:31 +0300
  • 89d8ee3ee5 Update README.md Georgi Gerganov 2022-10-25 20:43:10 +0300
  • 91dcf5f35b Update README.md Georgi Gerganov 2022-10-25 20:28:47 +0300
  • 113a4f06d8 Update README.md Georgi Gerganov 2022-10-25 20:25:23 +0300
  • 47e78b7288 Update README.md Georgi Gerganov 2022-10-25 20:23:39 +0300
  • 34bb3ab0cf ggml : add system info functions Georgi Gerganov 2022-10-25 20:18:26 +0300
  • c6710efde2 refactoring : move main + stream in examples + other stuff Georgi Gerganov 2022-10-25 19:13:08 +0300
  • 4c68f4cac0
    main : fix SRT timestamp to use comma "," instead of dot "." Georgi Gerganov 2022-10-24 18:28:23 +0300
  • 728676927f
    Update README.md Georgi Gerganov 2022-10-24 18:26:21 +0300
  • d4f94ce427 Update README.md Georgi Gerganov 2022-10-23 12:51:09 +0300
  • a52ee08c1e objc : polishing the sample application Georgi Gerganov 2022-10-23 12:24:03 +0300
  • b41f4a90eb Create README.md Georgi Gerganov 2022-10-23 11:36:36 +0300
  • bb1ee266d2 ios : whisper.objc example Georgi Gerganov 2022-10-23 11:10:15 +0300
  • 5f7e9fa2dc
    ref #68, #79 : fix segment time output Georgi Gerganov 2022-10-23 13:29:36 +0300