Commit Graph

  • 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
  • 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
  • 6814cc9b02 Improve result printing Georgi Gerganov 2022-10-04 23:16:33 +03:00
  • eba33adadd Extend C-style API with full inference methods Georgi Gerganov 2022-10-04 22:43:37 +03:00
  • 6b77124e01 Initial C-style interface for whisper.cpp Georgi Gerganov 2022-10-04 20:35:01 +03:00
  • be8ba034f6 ref #10 : handle Ctrl+C in "stream" app Georgi Gerganov 2022-10-02 20:11:17 +03:00
  • d71e567656 Update README.md Georgi Gerganov 2022-10-02 18:19:22 +03:00
  • b6bf906730 ref #10 : quick-and-dirty attempt for real-time audio transciption Georgi Gerganov 2022-10-02 17:55:45 +03:00
  • 77d929f603 Fix bug in FFT Georgi Gerganov 2022-10-02 17:46:21 +03:00
  • 6d654d192a Fix reading of stereo WAV files Georgi Gerganov 2022-10-01 08:41:57 +03:00
  • 62897e8ae6 Update README.md Georgi Gerganov 2022-10-01 00:01:04 +03:00
  • 15b49e8baf Bug fix Georgi Gerganov 2022-09-30 20:37:29 +03:00
  • 3bcdbdfc32 Reduce memory usage even more + better sampling Georgi Gerganov 2022-09-30 19:33:09 +03:00
  • 310f4883d1 Update README.md Georgi Gerganov 2022-09-29 23:48:01 +03:00
  • fd3f3d748f Update README.md Georgi Gerganov 2022-09-29 23:37:59 +03:00
  • 5877c3578e ref #4 : added transcription timestamps Georgi Gerganov 2022-09-29 23:09:04 +03:00
  • 8d4041c31f Merge pull request #3 from cdosoftei/master Georgi Gerganov 2022-09-28 22:06:09 +03:00
  • d4fcfa47b0 Pass -pthread to linker cdosoftei 2022-09-28 15:01:54 -04:00
  • 4352a6018b Update README.md Georgi Gerganov 2022-09-28 21:13:32 +03:00
  • f888c2373d Flash + language support (ref #2) Georgi Gerganov 2022-09-28 20:46:05 +03:00
  • 154fa796dd ref #1 : add -pthread to compilation flags Georgi Gerganov 2022-09-26 11:58:44 +03:00
  • 476182e439 Update README.md and simplify usage Georgi Gerganov 2022-09-26 09:36:51 +03:00
  • f2456f8d93 Create README.md Georgi Gerganov 2022-09-25 22:35:26 +03:00
  • 28802c4dae Create LICENSE Georgi Gerganov 2022-09-25 22:15:44 +03:00
  • b0a11594ae Initial release Georgi Gerganov 2022-09-25 21:23:15 +03:00