Commit Graph

  • a792c4079c cmake : fix MSVC compile error C3688 (#1136) bobqianic 2023-07-26 23:57:25 +08:00
  • 7b374c9ac9 Revert "cmake : fix MSVC compile error C3688 on non-unicode Windows (#1110)" Georgi Gerganov 2023-07-26 10:25:09 +03:00
  • a32c4aa482 whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124) Yang Shen 2023-07-26 00:15:57 +08:00
  • a195bf899a cmake : enable OpenBLAS on Windows (#1128) bobqianic 2023-07-26 00:15:08 +08:00
  • ded17dc1cf make : fix CLBlast build on MacOS (#1120) Christian 2023-07-25 18:12:03 +02:00
  • a0bb409f51 make : check nvcc version and set flag (#1115) alonfaraj 2023-07-25 19:10:54 +03:00
  • a2684cd93a go : implement SetSplitOnWord (#1114) xdrudis 2023-07-25 09:10:12 -07:00
  • 1450346214 make : tests can be called as "make tests base.en" (#1113) Jose 2023-07-25 18:09:38 +02:00
  • fe5c1a7341 cmake : fix MSVC compile error C3688 on non-unicode Windows (#1110) Gang Chen 2023-07-26 00:08:37 +08:00
  • 1fa360fc6e readme : add OpenVINO support details (#1112) Ryan Metcalfe 2023-07-25 12:07:59 -04:00
  • 41bf19f613 opencl : sync opencl compilation fix in ggml (#1111) Gang Chen 2023-07-26 00:07:08 +08:00
  • 9ad35bd740 samples : add a larger (30min) sample (#1092) Vadim Peretokin 2023-07-25 18:00:45 +02:00
  • fabf79fc67 whisper : expose API to let user control log output (#1060) Evan Martin 2023-07-25 08:58:25 -07:00
  • 925915ae37 whisper : move progress calculation out of whisper.cpp (#1081) Hrishikesh Barman 2023-07-25 21:23:34 +05:30
  • 97f4a7fee0 examples : add Vim plugin (#1131) AustinMroz 2023-07-25 10:34:23 -05:00
  • 3998465721 ci : more platforms coverage (#1101) alonfaraj 2023-07-16 23:00:34 +03:00
  • 4774d2feb0 whisper : minor OpenVINO refactoring (#1037) Georgi Gerganov 2023-07-04 20:28:27 +03:00
  • 6f0114f4a6 go : call SetDuration appropriately (#1077) Travis Cline 2023-07-04 06:13:25 -07:00
  • 66616dbd4d go : fix context.Process call in examples (#1067) Murilo Santana 2023-07-04 10:05:35 -03:00
  • 62b81276e0 whisper : add OpenVINO support (#1037) Ryan Metcalfe 2023-07-04 08:56:11 -04:00
  • 176d7e4e7b readme : better wording (#1064) Martin Warnaar 2023-07-04 14:30:31 +02:00
  • 70e6fcd78b readme : add tinydiarize instructions (#1058) Georgi Gerganov 2023-07-04 09:51:22 +03:00
  • c8d0f5fe98 whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058) Akash Mahajan 2023-07-03 23:45:00 -07:00
  • fdf58a6668 talk-llama : fix new rope interface Georgi Gerganov 2023-07-03 19:24:01 +03:00
  • 8ba42095c5 Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)" Georgi Gerganov 2023-07-02 21:53:52 +03:00
  • d6509bf78d ggml : sync latest repo (mostly refactoring changes) Georgi Gerganov 2023-07-02 21:45:27 +03:00
  • 85ed71aaec talk-llama : fix build on macOS (#1062) Przemysław Pawełczyk 2023-06-28 21:34:50 +02:00
  • 49c9472fa0 extra : update 'quantize-all.sh' to quantize all downloaded models (#1054) thefinaldegree 2023-06-29 07:07:02 +12:00
  • 72deb41eb2 whisper : split_on_word no longer trims (#1046) Georgi Gerganov 2023-06-25 23:51:01 +03:00
  • 3f7a03ebe3 ggml : do not use _GNU_SOURCE gratuitously (#1027) Przemysław Pawełczyk 2023-06-25 15:34:30 +02:00
  • 62642bb61c talk-llama : fix build after ggml sync (#1049) Przemysław Pawełczyk 2023-06-25 15:13:50 +02:00
  • f1c9df5806 metal : sync ggml-metal (ref #1047) Georgi Gerganov 2023-06-25 15:40:30 +03:00
  • 6c25fae1c4 opencl : sync latest ggml-opencl Georgi Gerganov 2023-06-25 15:38:12 +03:00
  • 44cb044e66 whisper : fix build with -Werror=undef (#1045) Philippe Normand 2023-06-25 13:30:39 +01:00
  • 6c68218e3c models : add ggml_to_pt script (#1042) Simon Moisselin 2023-06-25 02:29:54 -10:00
  • f11f33f1c0 models : cd statements are quoted to allow spaces in path (#1041) Roddur Dasgupta 2023-06-25 05:27:28 -07:00
  • 8ac23c9f77 models : handle paths with spaces in download script (close #1038) Georgi Gerganov 2023-06-25 15:22:49 +03:00
  • 14baf2e7f3 main : add diarization support for all current output types (#1031) Colin 2023-06-25 07:07:57 -05:00
  • bc2dcf85fe readme : add java alternative binding (#1029) GiviMAD 2023-06-25 04:46:07 -07:00
  • 1e45911f1a go : add support for whisper_full_lang_id() (#1010) Jay Binks 2023-06-25 21:45:33 +10:00
  • 67564201ec go : fix "cb" -> "callNewSegment" Georgi Gerganov 2023-06-25 14:34:10 +03:00
  • 5feb0dffba ggml : sync latest ggml lib Georgi Gerganov 2023-06-25 14:22:21 +03:00
  • 7dfc11843c go : improve progress reporting and callback handling (#1024) Bo-Yi Wu 2023-06-25 19:07:55 +08:00
  • 6a7f3b8db2 make : update cuBLAS build both x86 and aarch64 (#1015) byte-6174 2023-06-25 06:59:48 -04:00
  • 207a12f5bc make : fix for CUDA native not working as an option on Ubuntu (#1012) KP Kaiser 2023-06-25 06:57:18 -04:00
  • 26b70395ff main : exit gracefully when invalid params are passed faker 2023-06-25 18:52:29 +08:00
  • 598f607e28 main : gracefully exit when invalid params are passed (#1002) faker 2023-06-25 18:51:59 +08:00
  • 3ec7bfffe0 py : make convert-pt-to-ggml.py backwards compatible with older vocab.json tokenizer files (#1001) Akash Mahajan 2023-06-25 03:50:14 -07:00
  • a7f822ef59 readme : corrected syntax for markdown link (#995) Larry Battle 2023-06-25 05:46:44 -05:00
  • 57543c169e updated java README Nicholas Albion 2023-06-06 10:27:26 +10:00
  • 5b9e59bc07 speak scripts for Windows Nicholas Albion 2023-06-01 22:45:00 +10:00
  • 3f7436e8a0 updated README for java Nicholas Albion 2023-06-01 16:53:56 +10:00
  • ce6f747064 whisper.android : support decode wav file has 2 channels (#972) geniusnut 2023-05-31 15:13:14 +08:00
  • d7c936b44a Feature/java bindings2 (#944) Nicholas Albion 2023-05-29 09:38:58 +10:00
  • 9b926844e3 models : fix README.md (#964) genevera (she/her) 2023-05-27 03:40:28 -04:00
  • 5e2b3407ef examples : update elevenlabs scripts to use official python API (#837) DGdev91 2023-05-24 20:11:01 +02:00
  • 4e16a8fb63 readme : highlight OpenBLAS support (#956) 0xsourcecode 2023-05-24 04:23:51 -04:00
  • 77eab3fbfe talk-llama : sync latest llama.cpp (close #922, close #954) Georgi Gerganov 2023-05-23 14:04:39 +03:00
  • 041be06d58 cmake : build with any BLAS compatible library (#927) Alexey Kharlamov 2023-05-20 19:23:45 +01:00
  • 429b9785c0 ggml : update WASM SIMD Georgi Gerganov 2023-05-20 20:00:06 +03:00
  • e410cfc3ce ggml : sync latest ggml repo Georgi Gerganov 2023-05-20 18:56:30 +03:00
  • bc89f285d8 bindings : add java bindings (#931) Nicholas Albion 2023-05-21 01:25:02 +10:00
  • 56a87ba45d whisper : fix hebrew language code (#935) Elkana Bardugo 2023-05-20 18:17:54 +03:00
  • 95b02d76b0 coreml : add support of large-v1 model (#926) Ahmad Bilal 2023-05-15 20:36:06 +05:00
  • a5defbc1b9 release : v1.4.2 Georgi Gerganov 2023-05-14 19:06:45 +03:00
  • aaf0d41c7c ggml : add AVX dot products Georgi Gerganov 2023-05-14 18:56:46 +03:00
  • 0cb820e0f9 talk-llama : fix build + sync latest llama.cpp Georgi Gerganov 2023-05-14 18:46:19 +03:00
  • 16564f554f readme : improve Core ML model conversion guidance (#915) Jhen-Jie Hong 2023-05-14 23:11:08 +08:00
  • fd01209d09 coreml : support quantized model files Georgi Gerganov 2023-05-14 18:09:44 +03:00
  • e693074aa6 ggml : sync latest ggml Georgi Gerganov 2023-05-14 18:04:23 +03:00
  • d652cf12ec main : fix help for --no-timestamps arg (#908) Rich Jones 2023-05-14 16:54:57 +02:00
  • 2b6a074305 extra : update ggml sync script Georgi Gerganov 2023-05-14 10:01:52 +03:00
  • 5300117471 whisper.objc : enable Core ML in example & fix segmentation fault (#910) Jhen-Jie Hong 2023-05-14 14:47:02 +08:00
  • 70af52a316 coreml : fix seg fault, double free (#919, #917, #899) Georgi Gerganov 2023-05-14 09:42:19 +03:00
  • 1d17cd5bb3 coreml : fix memory leak (#899) Georgi Gerganov 2023-05-09 18:38:12 +03:00
  • bf2449dfae cmake : fix define used for COREML_ALLOW_FALLBACK (#893) Jonathan Soo 2023-05-08 14:08:09 -04:00
  • 4e4d00c67a talk-llama : only copy used KV cache in get / set state (#890) Luis Herrera 2023-05-08 12:59:21 -05:00
  • 9931d66400 readme : add instructions on converting to GGML + "--no-config" to wget (#874) Clifford Heath 2023-05-09 03:58:36 +10:00
  • 1a548c048e cmake : fix options disabling AVX and AVX2 flags (#885) ZaBlazzingZephyrus 2023-05-09 00:45:53 +07:00
  • 14bee39b29 cmake : add options to disable CPU flags (#860) Georgi Gerganov 2023-05-04 19:31:04 +03:00
  • d458fcbc15 ci : add cuBLAS build workflow and fix error causing lines in CMakeLists (#867) RelatedTitle 2023-05-03 14:47:37 -06:00
  • 919e58b96a readme : partial OpenCL GPU support via CLBlast (#863) Vulcan 2023-05-03 21:54:43 +05:30
  • 05bef0f0e9 build : CLBlast support as in llama.cpp (#862) Vulcan 2023-05-03 01:20:32 +05:30
  • 5974c8facd ggml : fix 32-bit ARM build + quantization Georgi Gerganov 2023-05-02 21:47:12 +03:00
  • 0bcb64b184 ggml : sync ggml (clBLAST + tensor names) Georgi Gerganov 2023-05-02 21:23:54 +03:00
  • 0bf680fea2 talk-llama : fix session prompt load (#854) Luis Herrera 2023-05-02 12:05:27 -05:00
  • b806420873 whisper : add detect-language mode (#853) CRD716 2023-05-02 11:51:52 -05:00
  • be5911a9f3 talk-llama : add --session support (#845) Luis Herrera 2023-05-01 12:18:10 -05:00
  • d375d73b2e bench : improve benchmarks Georgi Gerganov 2023-05-01 14:44:39 +03:00
  • 7765770f89 whisper : add memory sizes for Q8_0 (close #846) Georgi Gerganov 2023-05-01 10:03:56 +03:00
  • 872a85ae94 whisper.wasm : fix typo in readme (#832) Baffin Lee 2023-05-01 14:28:05 +08:00
  • 9c61f5f585 release : v1.4.1 Georgi Gerganov 2023-04-30 22:57:42 +03:00
  • c94c469592 whisper : fix quantize bug (#842) Georgi Gerganov 2023-04-30 22:50:04 +03:00
  • feac80dd3f ggml : fix UB (int << 31) Georgi Gerganov 2023-04-30 22:27:30 +03:00
  • fa8dbdc888 release : v1.4.0 Georgi Gerganov 2023-04-30 19:23:37 +03:00
  • 4a7d49af95 examples : fix + refactor Levenshtein distance Georgi Gerganov 2023-04-30 19:12:49 +03:00
  • 794b162a46 whisper : add integer quantization support (#540) Georgi Gerganov 2023-04-30 18:51:57 +03:00
  • 5fd1bdd7fc whisper : add GPU support via cuBLAS (#834) Georgi Gerganov 2023-04-30 12:14:33 +03:00
  • 0ccd6746c9 ggml : fix WASM build Georgi Gerganov 2023-04-29 21:37:23 +03:00
  • d9b550c0a1 ggml : fix 32-bit ARM NEON (#836) Georgi Gerganov 2023-04-29 21:33:33 +03:00