Commit History

cmake : install all ggml public headers (llama/8480)
73a16f3

65a 65a commited on

make/cmake: add missing force MMQ/cuBLAS for HIP (llama/8515)
5096c91

JohannesGaessler commited on

Refactor lora adapter support (llama/8332)
76bcfc6

Xuan Son Nguyen slaren compilade commited on

add concat through dim 1/2 (llama/8483)
acf23d9

hengyu commited on

Vulkan MMQ Fix (llama/8479)
e2989d0

OccamRazor commited on

vulkan : cmake integration (llama/8119)
a094e22

bandoti commited on

metal : template-ify some of the kernels (llama/8447)
3c3094f

ggerganov HF Staff commited on

ggml : minor naming changes (llama/8433)
e0c6dff

ggerganov HF Staff commited on

fix the mul_mat_id ut issues (llama/8427)
374488a

ClarkChin hengyu Chen Xi commited on

ggml : add NVPL BLAS support (ggml/8329) (llama/8425)
4816a87

ntukanov ntukanov commited on

cuda : suppress 'noreturn' warn in no_device_code (llama/8414)
13c1163

danbev commited on

CUDA: optimize and refactor MMQ (llama/8416)
a3fe534

JohannesGaessler commited on

Use multi_ptr to clean up deprecated warnings (llama/8256)
6dbe297

AidanBeltonS commited on

ggml : move sgemm sources to llamafile subfolder (llama/8394)
1554348

ggerganov HF Staff commited on

ggml : add AArch64 optimized GEMV and GEMM Q4 kernels (llama/5780)
9509586

Dibakar Gope commited on

sycl : Reenabled mmvq path for the SYCL Nvidia Backend (llama/8372)
b969571

Alberto Cabrera Pérez commited on

sycl : fix powf call in device code (llama/8368)
011fbfd

Alberto Cabrera Pérez commited on

ggml : loop tiling optimizations for scalar path (ggml/898)
1c4b0ca

Mahesh Madhav commited on

ggml: add support for float16 input tensors in pooling operations (ggml/895)
8248d8e

Ivan Filipov vanaka11 commited on

vulkan : initialize vk_buffer_struct members to VK_NULL_HANDLE (ggml/893)
8c409e3

Tony Wasserka Tony Wasserka commited on

cmake : only enable GGML_NATIVE and x86 flags if not crosscompiling (ggml/885)
0456299

stanimirovb commited on

scripts : sync new files (#0)
49609b6

ggerganov HF Staff commited on

cmake : fix compile in xcode (#2311)
c0c60f1
unverified

Daven Sanassy commited on

whisper : handle empty mel (#2324)
1434bfe
unverified

ggerganov HF Staff commited on

whisper : use vulkan as gpu backend when available (#2302)
0755fa0
unverified

Matt Stephenson commited on

whisper : fix DTW assert (#2299)
1d1d815
unverified

arizhih commited on

cmake : use WHISPER_EXTRA_FLAGS (#2294)
81fa005
unverified

ggerganov HF Staff commited on

cmake : allow external ggml
e6c1269

stanimirovb commited on

cmake : try to fix openvino build (#2281)
7b043ae
unverified

ggerganov HF Staff commited on

cmake : remove install of llama convert script [no ci] (#2266)
f73ff9a

ggerganov HF Staff commited on

make : remove llama prints [no ci] (#2265)
387cb90

ggerganov HF Staff commited on

talk-llama : sync llama.cpp
7ef5ccc

ggerganov HF Staff commited on

examples : fix compile warnings [no ci] (#0)
32cfce9

ggerganov HF Staff commited on

sync : ggml
6ef5667

ggerganov HF Staff commited on

ggml : sync sycl (skip) (#0)
bf6ccee

ggerganov HF Staff commited on

scripts : fix sync scripts
e2461ca

ggerganov HF Staff commited on

ggml : remove unnecessary UNUSED macro call (ggml/880)
ab9a7d0

danbev commited on

cmake : add GGML_BUILD and GGML_SHARED macro definitions (llama/8281)
a8f9bda

KafuuChino commited on

Enabled more data types for oneMKL gemm_batch (llama/8236)
08501f8

Ouadie EL FAROUKI commited on

CUDA: MMQ support for iq4_nl, iq4_xs (llama/8278)
8411e3c

JohannesGaessler commited on

CUDA: revert part of the RDNA1 optimizations (llama/8309)
fcd0c52

Daniele commited on

CUDA: fix MMQ stream-k rounding if ne00 % 128 != 0 (llama/8311)
04d4209

JohannesGaessler commited on

Fix WARP_SIZE=16 bug of Intel GPU (llama/8266)
1ce11e2

KevinLy commited on

rm get_work_group_size() by local cache for performance (llama/8286)
08fd758

Neo Zhang Jianyu arthw commited on

Define and optimize RDNA1 (llama/8085)
6aa5a89

Daniele commited on

fix typo (llama/8267)
0c9c7c8

Judd Judd commited on

Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (llama/8258)
cc49462

HanClinto commited on

cuda : update supports_op for matrix multiplication (llama/8245)
2314334

slaren commited on

Fix win build conflict of math library (llama/8230)
5a33963

KevinLy commited on