Xenobd/whisper.cpp
Update Dockerfile
remove unnecessary output
Unified return format
fix cmd
fix cmd
fix build
fix build
fix dockerfile path
add meta
chore: track binaries with git-lfs
chore: track binaries with git-lfs
add sync task
Handle negative value in padding (#3389)
models : update`./models/download-ggml-model.cmd` to allow for tdrz download (#3381)
talk-llama : sync llama.cpp
sync : ggml
ggml: Add initial WebGPU backend (llama/14521)
ggml : initial zDNN backend (llama/14975)
common : handle mxfp4 enum
ggml-quants : fix make_qp_quants NANs and IQ1 assertion errors (llama/15379)
vulkan: disable spirv-opt for bfloat16 shaders (llama/15352)
vulkan: Use larger workgroups for mul_mat_vec when M is small (llama/15355)
vulkan: support sqrt (llama/15370)
vulkan: Optimize argsort (llama/15354)
vulkan: fuse adds (llama/15252)
vulkan: Support mul_mat_id with f32 accumulators (llama/15337)
vulkan: Add missing bounds checking to scalar/coopmat1 mul_mat_id (llama/15334)
OpenCL: add initial FA support (llama/14987)
opencl: add initial mxfp4 support via mv (llama/15270)
vulkan : fix out-of-bounds access in argmax kernel (llama/15342)
vulkan : fix compile warnings on macos (llama/15340)
ggml: initial IBM zDNN backend (llama/14975)
CUDA: fix negative KV_max values in FA (llama/15321)
HIP: Cleanup hipification header (llama/15285)
vulkan: perf_logger improvements (llama/15246)
ggml: fix ggml_conv_1d_dw bug (ggml/1323)
cuda : fix GGML_CUDA_GRAPHS=OFF (llama/15300)
finetune: SGD optimizer, more CLI args (llama/13873)
HIP: bump requirement to rocm 6.1 (llama/15296)
ggml : update `ggml_rope_multi` (llama/12665)
ggml : repack block_iq4_nlx8 (llama/14904)
CUDA: Optimize `reduce_rows_f32` kernel, leading up to 25x perf improvement on kernel-level and 10% perf increase for Gemma3n (llama/15132)
ggml-rpc: chunk send()/recv() to avoid EINVAL for very large tensors over RPC (macOS & others) (llama/15188)
HIP: disable sync warp shuffel operators from clr amd_warp_sync_functions.h (llama/15273)
sycl: Fix and disable more configurations of mul_mat (llama/15151)
opencl: allow mixed f16/f32 `add` (llama/15140)
CUDA cmake: add `-lineinfo` for easier debug (llama/15260)
CANN: GGML_OP_CPY optimization (llama/15070)
musa: fix failures in test-backend-ops for mul_mat_id op (llama/15236)
CANN: Add broadcast for softmax and FA (llama/15208)
