Commit History

remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797)
b38cecf

Diego Devesa commited on

Vulkan: Use improved q4_k and q5_k dequant code in dequant shaders (llama/10798)
a812efc

OccamRazor commited on

Vulkan: Add VK_EXT_subgroup_size_control support to ensure full subgroups for coopmats (llama/10721)
488f19e

OccamRazor commited on

ggml: load all backends from a user-provided search path (llama/10699)
c6de218

Gilad S Diego Devesa commited on

vulkan: request round-to-even for fp16 in im2col/rope_head (llama/10767)
461484c

jeffbolznv commited on

vulkan: dynamic subgroup size for the remaining k quants (llama/10745)
1bbdb81

Eve commited on

CUDA: rename macros to avoid conflicts with WinAPI (llama/10736)
8544072

Andreas Kieslinger commited on

vulkan: disable spirv-opt for coopmat shaders (llama/10763)
2ac53b2

jeffbolznv commited on

ggml : remove return from ggml_gallocr_allocate_node (ggml/1048)
f9d4408

danbev commited on

ggml : add check for grad_accs (ggml/1046)
eacc95c

danbev commited on

common : remove old types
fc4a926

ggerganov HF Staff commited on

CUDA: fix shared memory access condition for mmv (llama/10740)
99a4546

JohannesGaessler commited on

vulkan: fix compile warnings (llama/10731)
cdcb67c

jeffbolznv commited on

Vulkan: fix NaN in tanh.comp with AMD proprietary driver on Windows (llama/10723)
a618c84

stduhpf commited on

vulkan: compile a test shader in cmake to check for coopmat2 support (llama/10713)
980eeb3

jeffbolznv commited on

ggml : disable iq4_nl interleave size 8 (llama/10709)
a5294e7

ggerganov HF Staff commited on

ggml : refactor online repacking (llama/10446)
163128e

Djip007 ggerganov HF Staff commited on

Vulkan: VK_KHR_cooperative_matrix support to speed up prompt processing (llama/10597)
9a4de04

OccamRazor commited on

metal : Extend how Llama.cpp locates metal resources (llama/10676)
44e7250

Robert Ormandi ggerganov HF Staff commited on

vulkan: Add VK_NV_cooperative_matrix2 support for mul_mat and flash attention (llama/10206)
d10b47b

jeffbolznv commited on

ruby : Add no_speech_thold (#2641)
91607b6
unverified

KitaitiMakoto commited on

stream : improve consistency in README (#2642)
91a639e
unverified

crummyh commited on

whisper : support no_speech_thold (#2625)
adb5837
unverified

Karthick commited on

whisper : add single-timestamp logic (#2629)
7655c06
unverified

Karthick ggerganov HF Staff commited on

readme : fix typo (#2637)
7fd5b82
unverified

crummyh commited on

cmake : fix "amd64" processor string (#2638)
8a49dc4
unverified

ggerganov HF Staff commited on

vulkan : fix soft_max.comp division by zero (#2633)
1ce577d
unverified

gn64 commited on

common : add cstdio header
ad1017f
unverified

ggerganov HF Staff commited on

stream : update build instructions
19c0156
unverified

ggerganov HF Staff commited on

android : fix build and ci (#2624)
0025feb
unverified

Thamster 3v324v23 commited on

models : fix typo in download-ggml-model.sh (#2623)
cabac42
unverified

mikey-rrr commited on

ruby : Sync whisper.cpp and model download feature (#2617)
1647500
unverified

KitaitiMakoto commited on

scripts : update to new build system
7167f69
unverified

ggerganov HF Staff commited on

devops : add cmake
1477d32
unverified

ggerganov HF Staff commited on

devops : update make commands
6797e29
unverified

ggerganov HF Staff commited on

ggml : remove old files (skip) (#0)
6284570
unverified

ggerganov HF Staff commited on

ggml : sync remnants (skip) (#0)
451937f
unverified

ggerganov HF Staff commited on

scripts : remove amx from sync
18703d0
unverified

ggerganov HF Staff commited on

ci : disable freeBSD builds [no ci]
feddf3c

ggerganov HF Staff commited on

readme : update build instructions
d1e543b

ggerganov HF Staff commited on

ci : disable CUDA and Android builds
fcafd21

ggerganov HF Staff commited on

ci : disable Obj-C build + fixes
3859606

ggerganov HF Staff commited on

make : shim cmake
15c1d58

ggerganov HF Staff commited on

talk-llama : sync llama.cpp
5908a19

ggerganov HF Staff commited on

sync : ggml
00d464f

ggerganov HF Staff commited on

ggml : add predefined list of CPU backend variants to build (llama/10626)
1794b43

Diego Devesa commited on

ggml-cpu : fix HWCAP2_I8MM value (llama/10646)
b3e6ea8

Diego Devesa commited on

vulkan: Implement "fast divide" (mul+shift) for unary ops like copy (llama/10642)
e9ee893

jeffbolznv commited on

SYCL : Move to compile time oneMKL interface backend selection for NVIDIA backend (llama/10584)
385f335

Nicolò Scipione commited on

Avoid using __fp16 on ARM with old nvcc (llama/10616)
19743b6

Frankie Robertson commited on