Commit Graph

  • e9b091c92a ggml : use vzip instead of vuzp for consistency Georgi Gerganov 2023-04-29 21:14:09 +03:00
  • 1f30b99208 ggml : fix WASM build Georgi Gerganov 2023-04-29 20:21:25 +03:00
  • 05c3ea3bc8 ggml : sync with ggml repo (warning fixes + asserts) Georgi Gerganov 2023-04-29 19:30:22 +03:00
  • 6108d3cc58 whisper : use correct seek_end when offset is used (#833) Thijs Raymakers 2023-04-29 17:55:37 +02:00
  • bab97c83d0 tests : add "threads" to run-tests.sh Georgi Gerganov 2023-04-29 12:32:18 +03:00
  • 3eaeb030ff extra : add sync-ggml.sh script Georgi Gerganov 2023-04-29 12:32:05 +03:00
  • acec73ab6e ggml : sync latest ggml + llama.cpp updates (quantization) Georgi Gerganov 2023-04-29 12:31:52 +03:00
  • 5cc17418c7 whisper.android : add some tips (#816) Zollner 2023-04-29 16:00:20 +08:00
  • 3efb81dec6 build : add WHISPER_COREML_ALLOW_FALLBACK to make / CMake (#812) Georgi Gerganov 2023-04-29 10:55:24 +03:00
  • 94a7cd2a07 whisper : allow non-CoreML fallback when Core ML cannot be loaded (#812) Canis Lupus 2023-04-29 08:49:02 +01:00
  • 3e82ff4747 whisper : fix bug from previous commit Georgi Gerganov 2023-04-29 10:42:14 +03:00
  • b5bd2f43c5 whisper : avoid designated initializers Georgi Gerganov 2023-04-29 10:36:50 +03:00
  • 94aa56f19e minor : improve C++ and Python style (#768) AsukaMinato 2023-04-29 16:06:25 +09:00
  • 4d89ee2e59 readme : add logo Georgi Gerganov 2023-04-28 22:41:29 +03:00
  • 70567eff23 main : escape quotes in csv output (#815) Laytan Laats 2023-04-23 18:01:59 +02:00
  • 02ec83c5d5 stream : flush upon finishing inference (#811) Taras Glek 2023-04-23 17:00:30 +03:00
  • 2bd4b8d577 examples : add missing #include <cstdint> (#798) Philipp Zabel 2023-04-23 15:52:52 +02:00
  • eecf2c3d41 main : update escape_double_quotes() function (#776) Tauseef Mohiuddin 2023-04-23 08:47:30 -05:00
  • c23588cc4b release : v1.3.0 Georgi Gerganov 2023-04-15 17:30:44 +03:00
  • 5108b30e6d whisper : pad audio instead of spectrogram (#579) Georgi Gerganov 2023-04-15 17:18:43 +03:00
  • f19e23fbd1 whisper : restore decoder temperature fallbacks Georgi Gerganov 2023-04-15 16:04:07 +03:00
  • ea1f8a50d4 ggml, ci : fix build on whisper.android (ARM_NEON) + add CI (#764) Jhen-Jie Hong 2023-04-15 19:21:58 +08:00
  • 3dead611bb whisper : slightly faster Log Mel computation + n-1 FFT threads (#568) Georgi Gerganov 2023-04-15 14:18:46 +03:00
  • 355da83690 readme : fix link Georgi Gerganov 2023-04-15 13:30:36 +03:00
  • 3e5c49e59a readme : add usage instructions for Core ML Georgi Gerganov 2023-04-15 13:30:07 +03:00
  • 5e47e223bd whisper : add Core ML support (#566) Georgi Gerganov 2023-04-15 13:21:27 +03:00
  • 794ff3074a whisper : do not launch log_mel threads when n_thread is 1 (#763) Maximiliano Levi 2023-04-14 16:35:34 -03:00
  • 7e2afa4384 whisper : fix the bug related to word splitting errors in the "tokenize" function. (#760) AfryMask 2023-04-15 01:35:03 +08:00
  • 1c5edc3cb3 readme : add SwiftWhisper to listed bindings (#755) Aaron Taylor 2023-04-14 13:24:00 -04:00
  • 34b772727d gitignore : add .test Georgi Gerganov 2023-04-14 20:13:47 +03:00
  • 2c856fb9e5 whisper : fix potential memory leaks (#740) Bader-eddine Ouaich 2023-04-14 17:05:56 +00:00
  • 7727a40dc9 license : update year (#739) Anton Kostin 2023-04-15 00:04:42 +07:00
  • b5639ed313 whisper : fix typos in whisper.h (#737) GitAritron 2023-04-14 20:03:16 +03:00
  • 2c4ac2627d stream : support language auto-detect (#501) Ali Alameh 2023-04-14 20:02:18 +03:00
  • 674a8e579b readme : add unity bindings (#733) Alex Evgrashin 2023-04-14 19:59:44 +03:00
  • 001083a769 talk, talk-llama : add basic example script for eleven-labs tts (#728) DGdev91 2023-04-14 18:53:58 +02:00
  • 62b51c3070 models : change convert-pt-to-ggml to use .tiktoken tokenizer files (#725) Ivan Gorin 2023-04-14 19:50:39 +03:00
  • 61128870b8 cmake : add msvc compiler args /utf-8 fix error C3688 (#721) LittleLoli 2023-04-15 00:36:38 +08:00
  • 78548dc03f talk-llama : correct default speak.sh path (#720) Maciek 2023-04-14 18:36:09 +02:00
  • 66110dafcc main : add lrc output support (#718) LittleLoli 2023-04-15 00:35:33 +08:00
  • b73a4638ac readme : make the quick start instructions clearer. (#716) Sam 2023-04-14 16:33:06 +00:00
  • 5f16420333 make : disable avx in case f16c is not available (#706) duthils 2023-04-14 12:31:51 -04:00
  • ccb47e7e10 readme : add shell command example for --print-colors (#710) bocytko 2023-04-14 18:25:23 +02:00
  • 677ad754a0 ggml : sync latest ggml Georgi Gerganov 2023-04-14 19:20:39 +03:00
  • 514cd04452 whisper : fix bug in prompt processing (close #705) Georgi Gerganov 2023-04-14 19:16:34 +03:00
  • 6704a81255 go : exposed various parts to the Go Interface (#697) Brian Murray 2023-04-14 09:52:10 -06:00
  • 463e46338c ggml : fix q4_1 dot product types (#759) novag 2023-04-14 12:34:20 +02:00
  • 2f889132c6 ggml : sync latest changes from ggml and llama.cpp Georgi Gerganov 2023-04-13 18:53:44 +03:00
  • ebef1e8620 ggml : fix WASM build Georgi Gerganov 2023-04-10 23:18:29 +03:00
  • 114df388fe talk-llama : increase context to 2048 Georgi Gerganov 2023-04-10 23:09:15 +03:00
  • ea36831459 talk-llama : update to latest llama.cpp (improved performance) Georgi Gerganov 2023-04-10 22:59:13 +03:00
  • 69b8503935 ggml : backport llama.cpp updates (close #709) Georgi Gerganov 2023-04-10 22:28:54 +03:00
  • 0a2d1210bc whisper : add progress callback (#600) pajowu 2023-03-30 19:29:29 +02:00
  • 859ffc994e misc : typo (#688) Zigfrid Zvezdin 2023-03-30 01:51:33 -03:00
  • 5e6e2187a3 talk-llama : fixing usage message for talk-llama (#687) InconsolableCellist 2023-03-29 15:10:20 -06:00
  • a7f1f33715 main : add <cstring> header Georgi Gerganov 2023-03-29 23:59:45 +03:00
  • 86ecfc6333 whisper.addon : fixed test to new async implementation (#686) Lucas Zanek 2023-03-29 17:59:17 -03:00
  • 18e6fb0287 models : handle spaces and special characters in shell script paths (#677) be-next 2023-03-29 22:38:33 +02:00
  • 0f759f125d main : fix typo in JSON output (#648) Egor Egorov 2023-03-29 23:26:39 +03:00
  • eefed45e37 whisper : add initial_prompt param (#645) Jhen-Jie Hong 2023-03-30 04:23:23 +08:00
  • aac1710afb make : 32-bit ARM flags (#486) clach04 2023-03-29 13:11:35 -07:00
  • 21c1e6afc5 whisper.swiftui : update README.md (#682) Jonno 2023-03-30 06:04:38 +10:00
  • a47e812a54 talk-llama : add alpaca support (#668) Evan Jones 2023-03-29 16:01:14 -04:00
  • 42c6855103 whisper : bump "large" scratch buffer even mode (close #671) Georgi Gerganov 2023-03-28 10:50:49 +03:00
  • 0be9cd3497 whisper : increase scratch buffers after recent change (#671) Georgi Gerganov 2023-03-28 10:36:16 +03:00
  • e5c197d8aa talk-llama : add discussion link Georgi Gerganov 2023-03-28 10:11:34 +03:00
  • 7cd1d3bc34 talk-llama : try to fix windows build .. Georgi Gerganov 2023-03-27 21:28:00 +03:00
  • 82637b8e9f readme : add talk-llama example to the table Georgi Gerganov 2023-03-27 21:02:35 +03:00
  • 4a0deb8b1e talk-llama : add new example + sync ggml from llama.cpp (#664) Georgi Gerganov 2023-03-27 21:00:32 +03:00
  • 8e361d90d7 whisper : disable fallbacks until the performance is improved (#588) Georgi Gerganov 2023-03-22 22:34:39 +02:00
  • fc49c44426 cmake : add a flag to disable F16C (#628) Andrew Huynh 2023-03-22 13:30:40 -07:00
  • aec01bb337 Include link to R wrapper in README (#626) jwijffels 2023-03-22 21:28:22 +01:00
  • 21165580a1 Nodejs Addon blocking main thread. Implemented Napi::AsyncWorker (#642) Lucas Zanek 2023-03-22 17:19:22 -03:00
  • 1d749919e3 whisper.objc : add -O3 -DNDEBUG in release mode (#640) Jhen-Jie Hong 2023-03-23 04:16:04 +08:00
  • d4fa0d92ad fixed language auto-detection for state provided processing (#627) sandrohanea 2023-03-22 20:47:09 +01:00
  • a5e60c019d readme : add react-native bindings (#619) Jhen-Jie Hong 2023-03-23 03:39:02 +08:00
  • 8fcd1a3b32 main : provide option for creating JSON output (#615) Leo Moll 2023-03-22 20:37:36 +01:00
  • 992aa2cd1b models : change default encoding to utf8 (#605) Kamilake 2023-03-23 04:17:24 +09:00
  • 4aa3bcf8a4 make : fix MUSL Linux build (#576) Georgi Gerganov 2023-03-22 20:51:42 +02:00
  • 1beff6f66d models : change HF hosting from dataset to model Georgi Gerganov 2023-03-22 20:44:56 +02:00
  • 09e9068007 whisper.android : support benchmark for Android example. (#542) Takeshi Inoue 2023-03-08 04:36:30 +09:00
  • fa9d43181f readme : add bench-wts.sh demo Georgi Gerganov 2023-03-06 21:06:27 +02:00
  • bb6b54a03d bench-wts.sh : rename script + add execute permission Georgi Gerganov 2023-03-06 21:02:24 +02:00
  • b597c5a779 qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569) venkr 2023-03-06 09:18:11 -08:00
  • a3fb6c507f whisper.android : enable fp16 instrinsics (FP16_VA) which is supported by ARMv8.2 or later. (#572) Takeshi Inoue 2023-03-07 02:15:57 +09:00
  • 59fdcd19c8 whisper : add whisper_state + default state on the whisper_context (#523) sandrohanea 2023-03-05 20:42:19 +01:00
  • 478289a4b3 whisper : set no_context == true by default (#537) Georgi Gerganov 2023-03-05 20:53:43 +02:00
  • 5e94129cb2 go : NewContext now returns a clean context (#537) polarmoon 2023-03-05 10:50:25 -08:00
  • 72af0f5697 main : add csv header (#552) HY. Kelvin Lee 2023-03-02 11:32:16 -05:00
  • af005d573f make : add -DNDEBUG compile flag Georgi Gerganov 2023-02-28 23:27:54 +02:00
  • ad1389003d release : v1.2.1 Georgi Gerganov 2023-02-28 22:29:12 +02:00
  • f420de1322 make : add "-mcpu=native" when building for aarch64 (#532) FlippFuzz 2023-02-28 03:04:16 +08:00
  • d176160f6f readme : add pybind11 bindings (#538) Aaron Pham 2023-02-27 11:02:11 -08:00
  • ca21f7ab16 readme : add cython bindings (#9) Georgi Gerganov 2023-02-24 08:46:06 +02:00
  • 373043cabe whisper : zero-initialize some more context variables Georgi Gerganov 2023-02-21 19:00:42 +02:00
  • fb4d0d470f whisper : fix uninitialized exp_n_audio_ctx Finn Voorhees 2023-02-21 11:42:10 +00:00
  • 0d229163bb whisper : add API for applying custom logits filters during decoding Georgi Gerganov 2023-02-19 18:35:01 +02:00
  • f254e78737 yt-wsp.sh : print help on empty args Georgi Gerganov 2023-02-18 09:42:31 +02:00
  • a94897bcde whisper : by default disable non-speech tokens suppression (#473) Georgi Gerganov 2023-02-15 21:48:49 +02:00
  • 2407ae8ef0 readme : add Ruby discussion + update .NET discussion Georgi Gerganov 2023-02-15 19:51:54 +02:00