Commit Graph

  • 181b762de8 Update README.md Georgi Gerganov 2022-10-23 12:47:51 +03:00
  • 3d37ad5133 Merge pull request #78 from jokkebk/Specify-utf8-for-vocab.json Georgi Gerganov 2022-10-23 12:23:04 +03:00
  • 4e887dc350 Add enconding parameter to vocab.json opening to fix errors Joonas Pihlajamaa 2022-10-23 11:55:01 +03:00
  • 4196856c7b Update README.md Georgi Gerganov 2022-10-23 10:24:36 +03:00
  • 705198f063 Update README.md Georgi Gerganov 2022-10-23 10:12:10 +03:00
  • 3e69a6071d Update README.md Georgi Gerganov 2022-10-23 08:04:33 +03:00
  • f3dae90c31 Update README.md Georgi Gerganov 2022-10-22 21:16:08 +03:00
  • 6a81ed3e78 main : print colors + no timestamps Georgi Gerganov 2022-10-22 21:09:30 +03:00
  • 7affd309d3 whisper : add new-segment callback Georgi Gerganov 2022-10-22 21:06:50 +03:00
  • 8f95c25aed main : refactor subtitle output Georgi Gerganov 2022-10-22 20:42:11 +03:00
  • 31ff0c6a1f wip : experimental color coding of tokens based on probabilities Georgi Gerganov 2022-10-21 17:33:59 +03:00
  • f4aa01c2f8 Update README.md Georgi Gerganov 2022-10-22 19:30:35 +03:00
  • 8c1d970088 Update README.md Georgi Gerganov 2022-10-22 19:00:25 +03:00
  • 6b45e37b2b Update README.md and finalize the whisper.wasm example Georgi Gerganov 2022-10-22 18:17:08 +03:00
  • 491ecd7056 wip : polishing WASM example Georgi Gerganov 2022-10-22 16:57:54 +03:00
  • db460b78ff wip : WASM 128-bit SIMD support Georgi Gerganov 2022-10-22 13:45:43 +03:00
  • e905c6f827 wip : initial WASM port Georgi Gerganov 2022-10-22 13:07:59 +03:00
  • 7d0dee7a8a ref #68 : add option "-on" to specify segment index offset for SRT Georgi Gerganov 2022-10-21 18:14:53 +03:00
  • 8d15a1c635 ci : fix and re-enable tests (2nd try) Georgi Gerganov 2022-10-21 15:57:20 +03:00
  • 692aa0784f Revert "ci : fix and re-enable tests" Georgi Gerganov 2022-10-21 15:36:19 +03:00
  • 80aefc9514 ci : fix and re-enable tests Georgi Gerganov 2022-10-21 15:27:30 +03:00
  • 5698b51718 Update README.md Georgi Gerganov 2022-10-20 17:52:59 +03:00
  • 3fe3898ebb Update README.md Georgi Gerganov 2022-10-20 17:43:56 +03:00
  • 81c185576c Update README.md Georgi Gerganov 2022-10-20 17:39:31 +03:00
  • 744bd47685 Merge pull request #67 from undefdev/defensive-apple-arm-make Georgi Gerganov 2022-10-19 09:29:43 +03:00
  • 66b3169d39 ci : disable tests temporarily Georgi Gerganov 2022-10-19 08:36:59 +03:00
  • 19a780afe5 added handling for falsely as x86_64 announced ARM Macs undef 2022-10-19 01:01:53 +02:00
  • 1969ee4bc7 Update README.md Georgi Gerganov 2022-10-18 22:20:17 +03:00
  • 0e4fd43400 stream : print warning when processing is not fast enough Georgi Gerganov 2022-10-18 20:15:06 +03:00
  • 19817711b4 Add reference to FP16 repo Georgi Gerganov 2022-10-18 19:48:34 +03:00
  • 7eeef0358a ref #52 : improve greedy sampling strategy Georgi Gerganov 2022-10-18 19:33:10 +03:00
  • 632660abb9 CMake support for Accelerate framework Georgi Gerganov 2022-10-18 18:51:59 +03:00
  • e36aabe00d Correct implementation of FP16 GELU Georgi Gerganov 2022-10-18 18:42:08 +03:00
  • 2d171ced32 close #32 : add comment about thread-safety of the C-style API Georgi Gerganov 2022-10-18 18:27:57 +03:00
  • e30cf83158 ref #57, #62, #63 : remove unions in C-api + remove designated initializers Georgi Gerganov 2022-10-18 18:17:24 +03:00
  • d6b84b2a23 ref #62 : fix build for some compilers Georgi Gerganov 2022-10-18 10:56:37 +03:00
  • b4a3875b2c Revert recent sampling change Georgi Gerganov 2022-10-18 08:26:16 +03:00
  • cf67bfffa0 Fix EOT token handling Georgi Gerganov 2022-10-18 00:53:06 +03:00
  • 91632eb6ea Revert GELU change Georgi Gerganov 2022-10-18 00:45:08 +03:00
  • b81a81d543 Link Accelerate framework to "stream" example Georgi Gerganov 2022-10-18 00:01:31 +03:00
  • d14823582d Try to improve the sampling strategy a bit Georgi Gerganov 2022-10-17 23:52:24 +03:00
  • 20d8e7a309 Fix memory sizes Georgi Gerganov 2022-10-17 23:50:44 +03:00
  • 72d967bce4 Use Accelerate framework on Apple silicon Georgi Gerganov 2022-10-17 21:44:16 +03:00
  • 130b5c02d6 Adding helper script for converting the PT models Georgi Gerganov 2022-10-17 18:37:06 +03:00
  • 0e858f080d close #56 : build on FreeBSD Georgi Gerganov 2022-10-17 18:09:17 +03:00
  • f24d940ca9 Merge pull request #58 from r0y6a3n0/master Georgi Gerganov 2022-10-17 18:06:02 +03:00
  • 949f97a8b4 fix missing token issue RyanChang 2022-10-17 21:19:45 +08:00
  • 0ad085f5e8 ref #48 : clear results at the start of whisper_full Georgi Gerganov 2022-10-15 09:55:28 +03:00
  • 36945162fa Update README.md (ref #50) Georgi Gerganov 2022-10-15 09:40:08 +03:00
  • b2f1600aa3 Update README.md Georgi Gerganov 2022-10-12 21:25:42 +03:00
  • b799226973 check if spectogram length is <100 before doing anything else 0/0 2022-10-11 11:49:48 -06:00
  • 1348796a93 Update README.md (#43) Topping1 2022-10-11 23:32:14 -05:00
  • 40609cb49b Merge pull request #42 from iboB/msvc-build Georgi Gerganov 2022-10-12 07:31:41 +03:00
  • 0b45d25151 Building with MSVC Borislav Stanimirov 2022-10-11 20:57:52 +03:00
  • 28252352d7 Visual Studio ignored dirs Borislav Stanimirov 2022-10-11 20:57:33 +03:00
  • 8d94358251 Update README.md Georgi Gerganov 2022-10-11 00:36:32 +03:00
  • ad6693fb64 Update README.md Georgi Gerganov 2022-10-10 22:16:25 +03:00
  • 01c9e96f64 stream : improve real-time transcription Georgi Gerganov 2022-10-10 22:06:18 +03:00
  • 63b6786767 Minor Georgi Gerganov 2022-10-10 22:06:03 +03:00
  • f7ab81fe51 Update README.md Georgi Gerganov 2022-10-10 22:05:37 +03:00
  • eac4f12777 Merge pull request #36 from Topping1/master Georgi Gerganov 2022-10-10 09:13:31 +03:00
  • 9d5723435f ref #35 : add <stdbool.h> to whisper.h Georgi Gerganov 2022-10-10 08:11:18 +03:00
  • 6e29d8453c Merge pull request #34 from tazz4843/master Georgi Gerganov 2022-10-10 08:05:57 +03:00
  • 50b5fe964c Update main.cpp Topping1 2022-10-09 23:35:10 -05:00
  • 64752acd27 add static library make target 0/0 2022-10-09 19:16:42 -06:00
  • 7edaa7da4b Merge pull request #31 from lkwq007/master Georgi Gerganov 2022-10-09 17:52:46 +03:00
  • 4bbb8a587b Add MinGW support lnyan 2022-10-09 22:26:37 +08:00
  • 4a6bf11db3 Minor Georgi Gerganov 2022-10-08 18:13:26 +03:00
  • 9bbca3110f ref #9 : add API documentation in whisper.h Georgi Gerganov 2022-10-08 18:09:56 +03:00
  • 5e563ef635 Fix Makefile for MacBook Intel Georgi Gerganov 2022-10-08 17:35:55 +03:00
  • 2ca8cc77b2 ref #17 : print whisper logs to stderr Georgi Gerganov 2022-10-08 17:28:06 +03:00
  • 8c7c018893 ref #17 : add options to output result to file Georgi Gerganov 2022-10-08 17:22:22 +03:00
  • 4597c9c19b wip : try to compress just mlp experiment/model-compression Georgi Gerganov 2022-10-08 15:12:15 +03:00
  • 4a4a754220 wip : experimenting Georgi Gerganov 2022-10-08 14:08:43 +03:00
  • 4c4ab71d4d Update README.md Georgi Gerganov 2022-10-08 11:46:34 +03:00
  • b43b36e006 Update tests Georgi Gerganov 2022-10-08 11:34:20 +03:00
  • 37110d693e ci : add base model tests to GH Actions Georgi Gerganov 2022-10-08 11:17:41 +03:00
  • 2d47693435 Update README.md Georgi Gerganov 2022-10-08 11:17:29 +03:00
  • a53e06757f Create README.md Georgi Gerganov 2022-10-08 11:16:37 +03:00
  • 0e3ba2f9fc Adding dummy models for testing purposes Georgi Gerganov 2022-10-08 10:57:42 +03:00
  • 2f069335ab Adding sanitizer tests Georgi Gerganov 2022-10-08 10:56:59 +03:00
  • 29b041f79b Cleanup CMakeLists.txt Georgi Gerganov 2022-10-08 09:00:59 +03:00
  • 4a732b2879 cmake : fixes Georgi Gerganov 2022-10-08 00:21:16 +03:00
  • 68f5962be6 ci : add cmake builds Georgi Gerganov 2022-10-08 00:14:34 +03:00
  • 332c9d77fe whisper : fix bug in token sampling logic Georgi Gerganov 2022-10-08 00:14:05 +03:00
  • 877c058179 Add CMake support Georgi Gerganov 2022-10-07 23:53:12 +03:00
  • 481cd685d5 ref #10 : option to keep context in "stream" example Georgi Gerganov 2022-10-07 22:30:44 +03:00
  • 3f15bb8a08 ref #10 : add "step" argument for "stream" example Georgi Gerganov 2022-10-07 22:07:24 +03:00
  • 7787b878e1 ref #16, #22 : add "offset" argument Georgi Gerganov 2022-10-07 22:00:40 +03:00
  • e29a5dacc6 ref #11, #18, #26 : fix CACHE_LINE_SIZE constant Georgi Gerganov 2022-10-07 21:56:44 +03:00
  • 844d60b284 Add CI using Github Actions Georgi Gerganov 2022-10-07 18:32:18 +03:00
  • 700898e6ed ref #22 : add option to provide multiple input .wav files Georgi Gerganov 2022-10-05 23:44:10 +03:00
  • 6b1c3cc198 Update README.md Georgi Gerganov 2022-10-05 23:13:15 +03:00
  • b8f713482e Minor updates Georgi Gerganov 2022-10-05 23:11:02 +03:00
  • 167324584b wip : rpi4 support Georgi Gerganov 2022-10-05 21:34:41 +03:00
  • ce1fe95902 wip : improve makefile Georgi Gerganov 2022-10-05 20:41:35 +03:00
  • 74197ffc11 Merge pull request #20 from ArtyomZemlyak/master Georgi Gerganov 2022-10-05 07:27:29 +03:00
  • 495b81b367 Fix: main get n_threads from cli Артём Земляк 2022-10-05 09:47:48 +07:00
  • f007e186fe Fix: main get language from cli args Артём Земляк 2022-10-05 09:24:53 +07:00
  • e7a15876f8 Update README.md Georgi Gerganov 2022-10-04 23:27:25 +03:00