Commit Graph

  • 281eb5ccce Merge remote-tracking branch 'origin/master' into HEAD #123 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 #121 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 #116 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
  • 7ff13a4df6 Fixed sched_yield #115 Mikhail Grigorev 2022-10-30 22:19:24 +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
  • 2f7bedeab8
    main : add option for word-leve timestamps (very experimental) #114 Georgi Gerganov 2022-10-30 10:05:58 +0200
  • 9a09e5aa56 Implemenated sched_yield function for Windows Mikhail Grigorev 2022-10-30 15:29:27 +0500
  • 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
  • a4ffdb47d1
    minor : fix multiple definitions of to_timestamp() #110 Georgi Gerganov 2022-10-29 14:14:23 +0300
  • 73141a52dc
    parallel : print time of audio boundaries + fix timings Georgi Gerganov 2022-10-29 14:08:23 +0300
  • c565c569e7 Define WHISPER_BUILD so as to export symbols on Windows Borislav Stanimirov 2022-10-29 13:15:56 +0300
  • 6150631ed3 Define WHISPER_BUILD so as to export symbols on Windows #111 Borislav Stanimirov 2022-10-29 13:15:56 +0300
  • 9c8270033d
    ggml : fix barrier Georgi Gerganov 2022-10-29 12:38:29 +0300
  • 29de85fc88
    main : merge parallel example in main Georgi Gerganov 2022-10-29 12:26:03 +0300
  • e50227dddf
    parallel : working Georgi Gerganov 2022-10-29 12:24:02 +0300
  • 120321da14
    ggml : fix thread-safety of ggml_init and ggml_free Georgi Gerganov 2022-10-29 11:23:44 +0300
  • 2d1308d704
    main : fix sampling time + add max_context parameter Georgi Gerganov 2022-10-29 09:42:14 +0300
  • 978b305373
    parallel : adding tool for parallel transformer inference Georgi Gerganov 2022-10-29 09:27:08 +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
  • 59b7bff835
    Create README.md #107 Georgi Gerganov 2022-10-28 20:22:49 +0300
  • 27de2ccccc
    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
  • c82c74bc95 Fixed compile definitions and link libraries for MSVC #102 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
  • 5edd8a53b9 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. #94 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
  • 0d24051745
    Update README.md #87 Georgi Gerganov 2022-10-25 20:51:56 +0300
  • 80f178158b
    Update README.md Georgi Gerganov 2022-10-25 20:47:31 +0300
  • 61bff62c3a
    Update README.md Georgi Gerganov 2022-10-25 20:43:10 +0300
  • fa0e775588
    Update README.md Georgi Gerganov 2022-10-25 20:28:47 +0300
  • 11642565b0
    Update README.md Georgi Gerganov 2022-10-25 20:25:23 +0300
  • 86eb85fcbd
    Update README.md Georgi Gerganov 2022-10-25 20:23:39 +0300
  • 79d407b5ae
    ggml : add system info functions Georgi Gerganov 2022-10-25 20:18:26 +0300
  • 97b2eb05c5
    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
  • 35cde51354
    (output_srt) fix string replace position #81 Pacharapol Withayasakpunt 2022-10-24 17:46:31 +0700
  • 8c7abab0f7
    fix string replace typo Pacharapol Withayasakpunt 2022-10-24 16:42:34 +0700
  • 390fd7fa21
    fix srt timestamp to use commer Pacharapol Withayasakpunt 2022-10-24 16:35:07 +0700
  • 5f7e9fa2dc
    ref #68, #79 : fix segment time output Georgi Gerganov 2022-10-23 13:29:36 +0300
  • a1d2278025
    Update README.md #77 Georgi Gerganov 2022-10-23 12:51:09 +0300
  • 181b762de8
    Update README.md Georgi Gerganov 2022-10-23 12:47:51 +0300
  • 51b68ba579
    objc : polishing the sample application Georgi Gerganov 2022-10-23 12:24:03 +0300
  • 3d37ad5133
    Merge pull request #78 from jokkebk/Specify-utf8-for-vocab.json Georgi Gerganov 2022-10-23 12:23:04 +0300
  • 4e887dc350 Add enconding parameter to vocab.json opening to fix errors #78 Joonas Pihlajamaa 2022-10-23 11:55:01 +0300