Commit Graph

  • 7a423f1c00 whisper.objc : fix build and CI Corey Earwood 2025-01-18 03:06:06 -07:00
  • 99b011a9f5 talk-llama : sync llama.cpp Georgi Gerganov 2025-01-14 09:53:50 +02:00
  • 19d95f9f9a sync : ggml Georgi Gerganov 2025-01-14 09:50:06 +02:00
  • d5ef1737d8 GGUF: C++ refactor, backend support, misc fixes (skip) (llama/11030) Johannes Gäßler 2025-01-14 09:31:07 +02:00
  • 1deb41f0e7 ggml : add opencl backend (skip) (llama/10693) lhez 2025-01-14 09:24:03 +02:00
  • 2425caf4fd cuda : CUDA Graph Compute Function Refactor (precursor for performance improvements) (llama/11042) Andreas Kieslinger 2025-01-13 16:45:53 +01:00
  • a4b00bcaaf ggml : do not define GGML_USE_CUDA when building with GGML_BACKEND_DL (llama/11211) Radoslav Gerganov 2025-01-13 13:31:41 +02:00
  • cdb8aa2f2e Vulkan: Fix float16 use on devices without float16 support + fix subgroup_size_control validation error (llama/11161) 0cc4m 2025-01-10 06:39:33 +01:00
  • 06209f6683 llama: add support for QRWKV6 model architecture (llama/11001) Molly Sophia 2025-01-10 09:58:08 +08:00
  • c3235bd81e SYCL: Refactor ggml_sycl_compute_forward (llama/11121) Akarshan Biswas 2025-01-10 05:43:03 +05:30
  • 262d0abc87 fix: add missing msg in static_assert (llama/11143) hydai 2025-01-09 04:03:28 +08:00
  • 124eec1664 llamafile : ppc64le MMA INT8 implementation (llama/10912) amritahs-ibm 2025-01-08 16:24:19 +05:30
  • b08c3a88c8 Disable GL_KHR_cooperative_matrix Vulkan extension if not available. (llama/11117) Mathieu Baudier 2025-01-08 09:18:13 +01:00
  • 0afce25a69 fix: Vulkan shader gen binary path when Cross-compiling (llama/11096) ag2s20150909 2025-01-08 16:17:29 +08:00
  • acdbe58631 GGUF: C++ refactor, backend support, misc fixes (llama/11030) Johannes Gäßler 2025-01-07 18:01:58 +01:00
  • 09fabffdf5 ggml-backend : only offload from host buffers (fix) (llama/11124) Diego Devesa 2025-01-07 16:11:57 +01:00
  • 3988d6396b ggml-backend : only offload from host buffers (llama/11120) Diego Devesa 2025-01-07 12:38:05 +01:00
  • c8c63eeec0 rpc : code cleanup (llama/11107) Radoslav Gerganov 2025-01-07 08:37:02 +02:00
  • abf7f24410 SYCL: Use get_multi_ptr instead of deprecated get_pointer in wkv6 (llama/11087) Akarshan Biswas 2025-01-07 11:56:07 +05:30
  • 341f5c28e6 CUDA: add BF16 support (llama/11093) Johannes Gäßler 2025-01-06 02:33:52 +01:00
  • 5377099524 Vulkan: Add device-specific blacklist for coopmat for the AMD proprietary driver (llama/11074) 0cc4m 2025-01-04 21:09:59 +01:00
  • dcbb375779 Support for models with non-512-aligned tensors over RPC. (llama/11047) matt23654 2025-01-04 16:10:30 +00:00
  • 4334c71aed fix: Vulkan shader gen binary path (llama/11037) Gilad S. 2025-01-04 10:17:31 +02:00
  • e875a82473 ggml : allow loading backend with env variable (ggml/1059) Radoslav Gerganov 2025-01-05 09:50:37 +02:00
  • 507e230f1e scripts : sync opencl, gguf Georgi Gerganov 2025-01-14 09:42:16 +02:00
  • eb68324c86 whisper : fix gpu device selection (#2728) Georgi Gerganov 2025-01-13 13:11:37 +02:00
  • e940fbf283 server : fix build (#2718) Georgi Gerganov 2025-01-13 08:57:33 +02:00
  • 35d0e02c72 talk-llama : sync llama.cpp (#2709) Georgi Gerganov 2025-01-13 08:55:48 +02:00
  • 45d3faf961 server : generate unique tmp filenames (#2718) NETZkultur GmbH 2025-01-13 07:55:21 +01:00
  • 2ab2eb5110 whisper : add whisper_full_get_segment_no_speech_prob_from_state (#2716) Sandro Hanea 2025-01-09 15:21:07 +01:00
  • b82d305282 readme : add docker instructions (#2711) Jayant 2025-01-07 12:20:51 +01:00
  • 885e31368d docs: Fix main -> whisper-cli in download scripts (#2707) Adam Jones 2025-01-06 13:17:57 +00:00
  • 8a9ad7844d release : v1.7.4 Georgi Gerganov 2025-01-06 15:13:48 +02:00
  • eb874b3a3c ci : cont Georgi Gerganov 2025-01-06 10:46:10 +02:00
  • eb78e3a3f1 ci : fix ubuntu runner names Georgi Gerganov 2025-01-06 09:29:10 +02:00
  • ece3ff88f6 cli : fix segfault on missing argument (#2700) Yusuf Redžić 2025-01-04 09:47:41 +01:00
  • 9366544991 ci : fix arm builds Georgi Gerganov 2025-01-03 16:24:02 +02:00
  • 95583942ed sync : ggml Georgi Gerganov 2025-01-03 14:11:23 +02:00
  • 2e93cb6a2f ggml : do not install metal source when embed library (ggml/1054) Georgi Gerganov 2025-01-03 14:11:20 +02:00
  • de5cd60d1c metal : avoid uint (llama/11019) Georgi Gerganov 2025-01-03 11:26:14 +02:00
  • 3fcba3e58b ggml : fixes for AVXVNNI instruction set with MSVC and Clang (llama/11027) Srihari-mcw 2024-12-31 19:53:33 +05:30
  • cea5f1c52f vulkan: optimize mul_mat for small values of N (llama/10991) Jeff Bolz 2024-12-30 11:27:11 -06:00
  • 2112462db4 vulkan: im2col and matmul optimizations for stable diffusion (llama/10942) Jeff Bolz 2024-12-29 03:16:34 -06:00
  • fc84ecd445 vulkan: Use push constant offset to handle misaligned descriptors (llama/10987) Jeff Bolz 2024-12-29 02:35:11 -06:00
  • 8de1e99907 vulkan: multi-row k quants (llama/10846) Eve 2024-12-26 10:54:44 -05:00
  • 499af9294a examples, ggml : fix GCC compiler warnings (llama/10983) Peter 2024-12-27 00:59:11 +11:00
  • bcf937c216 ggml : more perfo with llamafile tinyblas on x86_64 (llama/10714) Djip007 2024-12-24 18:54:49 +01:00
  • b8d90953d7 ggml : use wstring for backend search paths (llama/10960) Diego Devesa 2024-12-24 04:05:27 +01:00
  • 60a422147b ggml : fix arm enabled features check (llama/10961) Diego Devesa 2024-12-24 04:05:17 +01:00
  • 3387415bad ggml : fix const usage in SSE path (llama/10962) Diego Devesa 2024-12-23 20:25:52 +01:00
  • 536ca3ec89 ggml : fix run-time on FreeBSD in get_executable_path() (llama/10948) yuri@FreeBSD 2024-12-22 16:20:11 -08:00
  • a4bb983190 vulkan: build fixes for 32b (llama/10927) Jeff Bolz 2024-12-22 03:44:01 -06:00
  • 39c205f555 vulkan: optimize coopmat2 dequant functions (llama/10855) Jeff Bolz 2024-12-21 01:04:45 -06:00
  • 6d502f33dc ggml-cpu: replace NEON asm with intrinsics in ggml_gemv_q4_0_4x8_q8_0() (llama/10874) Adrien Gallouët 2024-12-21 00:33:37 +01:00
  • 5ea27d089d SYCL: Migrate away from deprecated ggml_tensor->backend (llama/10840) Akarshan Biswas 2024-12-20 21:01:28 +05:30
  • 1462d92588 ggml : add test for SVE and disable when it fails (llama/10906) Diego Devesa 2024-12-20 13:31:28 +01:00
  • 7ba1a41f47 ggml: fix arm build with gcc (llama/10895) Adrien Gallouët 2024-12-19 14:20:41 +01:00
  • 5ea088636f ggml : fix arm build (llama/10890) Diego Devesa 2024-12-18 23:21:42 +01:00
  • f32ddb3b1c tts : add OuteTTS support (llama/10784) Georgi Gerganov 2024-12-18 19:27:21 +02:00
  • 79b75ece03 tests: add tests for GGUF (llama/10830) Johannes Gäßler 2024-12-17 19:09:35 +01:00
  • 6348d73e55 ggml : improve inputs log sched_print_assignments (ggml/1053) Daniel Bevenius 2024-12-19 03:50:12 +01:00
  • fb36a1538a readme : fix real-time audio input example build instructions (#2692) Samuel Durante 2025-01-02 07:05:38 -03:00
  • c81b8b910b objc : rename ggml-cpu-aarch64.c to .cpp (#2687) Alter 2025-01-02 10:05:09 +00:00
  • 85b60f31d0 docs : replace Core ML with OpenVINO (#2686) Konosuke Sakai 2025-01-02 19:03:02 +09:00
  • 227b5ffa36 make : fix "main" -> "whisper-cli" Georgi Gerganov 2024-12-31 11:46:17 +02:00
  • 36a64a253f ci : re-enable Windows cublas build (#2676) Nikolaj Olsson 2024-12-31 10:11:42 +01:00
  • c84b83c370 ruby : Fix of C++ header guard name, model URI support, type signature and more (#2683) KITAITI Makoto 2024-12-30 21:26:35 +09:00
  • 5136fd92c2 examples : handle "main.exe" deprecation Georgi Gerganov 2024-12-30 13:00:18 +02:00
  • 7d55637f0b cli : add --suppress_nst support (#2664) Andreas Lubbe 2024-12-24 08:30:07 +01:00
  • 0994506054 cli : add no_speech_thold (#2663) Andreas Lubbe 2024-12-24 08:29:19 +01:00
  • 53c9a3a984 cmake : remove hardcoded install rpath Georgi Gerganov 2024-12-23 21:22:10 +02:00
  • ed09075ca0 server : fix help print Georgi Gerganov 2024-12-22 15:32:05 +02:00
  • f07a81aa9f ruby : bug fix on callbacks and no_speech_prob (#2656) KITAITI Makoto 2024-12-22 04:52:06 +09:00
  • 4183517076 server : add no-speech threshold parameter and functionality (#2654) Sacha Arbonel 2024-12-21 16:00:08 +01:00
  • f4668169a0 whisper : rename suppress_non_speech_tokens to suppress_nst (#2653) Georgi Gerganov 2024-12-21 12:54:35 +02:00
  • 944ce49439 server : add option to suppress non-speech tokens (#2649) Sacha Arbonel 2024-12-21 11:05:05 +01:00
  • 2e59dced12 whisper : rename binaries + fix install (#2648) Georgi Gerganov 2024-12-21 09:43:49 +02:00
  • e4e05981d6 ruby : update gem version to v1.3.1 Georgi Gerganov 2024-12-20 11:53:27 +02:00
  • 3de9deead5 release : v1.7.3 Georgi Gerganov 2024-12-18 18:12:40 +02:00
  • 47f989f9b3 ci : msys enable SDL2 build (#2635) Georgi Gerganov 2024-12-18 12:52:41 +02:00
  • acc4e13dee ruby : sync ggml (#2643) KITAITI Makoto 2024-12-18 19:51:48 +09:00
  • ba6c2a8fd9 android : try to fix build Georgi Gerganov 2024-12-18 09:54:23 +02:00
  • 6576af00d7 files : remove old sources Georgi Gerganov 2024-12-18 08:39:39 +02:00
  • 8ac5db0169 sync : ggml Georgi Gerganov 2024-12-18 08:38:56 +02:00
  • 61edb117a0 talk-llama : sync llama.cpp Georgi Gerganov 2024-12-17 21:19:28 +02:00
  • eb97b257eb sync : ggml Georgi Gerganov 2024-12-17 19:25:44 +02:00
  • 479499dc0e ggml : update ggml_backend_cpu_device_supports_op (llama/10867) Georgi Gerganov 2024-12-17 18:35:42 +02:00
  • d420a759c5 vulkan: bugfixes for small subgroup size systems + llvmpipe test (llama/10809) Eve 2024-12-17 05:52:55 +00:00
  • a1ab9b5e91 rwkv6: add wkv6 support for Vulkan backend (llama/10829) Zhiyuan Li 2024-12-17 05:00:46 +08:00
  • e22d38e4f2 llama : add Qwen2VL support + multimodal RoPE (llama/10361) HimariO 2024-12-14 20:43:46 +08:00
  • 856fbaa92f Introducing experimental OpenCL backend with support for Qualcomm Adreno GPUs (llama/10693) lhez 2024-12-13 12:23:52 -08:00
  • 2c05efa4b1 Fix crash caused by ggml_backend_load_all when launching on Android Activity (llama/10812) 谢乃闻 2024-12-13 12:56:07 +00:00
  • c21fb10b28 vulkan: small mul_mat_vec optimizations (llama/10665) Eve 2024-12-13 08:42:04 +00:00
  • 26c9fd0cdc SYCL: Reduce most of the compiler warnings (llama/10748) Akarshan Biswas 2024-12-13 12:12:15 +05:30
  • e6eed605cf ggml : Fix compilation issues on ARM platform when building without fp16 (llama/10811) Karol Kontny 2024-12-13 01:04:19 +01:00
  • abe3102cb7 CUDA: faster non-contiguous concat (llama/10760) a3sh 2024-12-13 02:09:50 +08:00
  • 1193e494a9 remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797) Diego Devesa 2024-12-12 19:02:49 +01:00
  • e5e951672e Vulkan: Use improved q4_k and q5_k dequant code in dequant shaders (llama/10798) 0cc4m 2024-12-12 18:36:00 +01:00
  • 0e24559ad9 Vulkan: Add VK_EXT_subgroup_size_control support to ensure full subgroups for coopmats (llama/10721) 0cc4m 2024-12-12 18:35:37 +01:00
  • 527ac800cf ggml: load all backends from a user-provided search path (llama/10699) Gilad S 2024-12-11 02:47:21 +02:00