Commit History

CUDA: batched+noncont MMQ, refactor bs>1 MoE code (llama/13199)
a867083

JohannesGaessler commited on

vulkan: use uint array index to avoid glslang bug (llama/13193)
fd2d86d

jeffbolznv commited on

ggml : fix ppc64le build (llama/13176)
07ec79f

shalinib commited on

feat(ggml-cpu): enable z17 compile (llama/13182)
10f7d18

Aaron Teo commited on

CUDA: fix non-cont. inputs for batched mat mul (llama/13155)
d13b876

JohannesGaessler commited on

fix(rpc): Improve input validation and error handling (llama/13069)
9e9f2fe

Ville Vesilehto commited on

SYCL: Add all missing unary kernels (llama/13074)
d2ce872

Akarshan Biswas commited on

musa: fix typo in cc control (llama/13144)
5fb7320

R0CKSTAR commited on

CUDA: fix q_nope_absorbed prec for DS 2 Lite f16 (llama/13137)
e9c9d4b

JohannesGaessler commited on

musa: fix build warning (llama/13129)
3436ba4

R0CKSTAR commited on

ggml: move fp16/bf16 conversion optimizations to CPU backend + export conversion APIs (llama/13107)
c47823e

sxx-404 commited on

change the reorder tensor from init to execute OP (llama/13003)
8614863

Neo Zhang Jianyu commited on

rpc : do not wait for response when sending RPC_CMD_SET_TENSOR (llama/12943)
691c071

rgerganov commited on

ggml : fix ggml_gallocr_ptr type (ggml/1205)
cf46d5c

Diego Devesa commited on

whisper : add check that target name exists (#3103)
60ff3ed
unverified

danbev commited on

server : add --no-gpu option to print usage output (#3098)
1eb0f64
unverified

danbev commited on

ruby : ignore "Downloading" output in test_log_suppress (#3106)
fdb6c7e
unverified

danbev commited on

make : fix samples glob pattern (#3100)
0a9e5b1
unverified

ggerganov HF Staff commited on

ggml : suppress Windows compiler warnings (#3075)
887f7a2
unverified

danbev commited on

whisper : fix grammar advance stack warning (#3087)
e4a0565
unverified

danbev commited on

examples : expose language detection probabilities to server example (#3044)
6b8d348
unverified

sachaarbonel commited on

whisper : remove empty .gitmodules file [no ci] (#3085)
aa54166
unverified

danbev commited on

talk-llama : sync llama.cpp (#3084)
511930c
unverified

ggerganov HF Staff commited on

ci : disable publishing of java binding [no ci] (#3086)
4b6e041
unverified

danbev commited on

build : Add Moore Threads GPU support and update GitHub workflow for MUSA build (#3069)
8ede9a1
unverified

R0CKSTAR commited on

examples : fix deprecated FFmpeg functions (#3073)
0aa41e8
unverified

podre-henrique commited on

ruby : add encoder begin callback related methods (#3076)
855927b
unverified

KitaitiMakoto commited on

ci : enable bindings java job (#3070)
469f43c
unverified

danbev commited on

ruby : add cmake option (#0)
4a21ad6

ggerganov HF Staff commited on

cuda : fix unused variable compile warning (#0)
a1f4201

ggerganov HF Staff commited on

sync : ggml
5222212

ggerganov HF Staff commited on

opencl : remove obsolete files (skip) (ggml/1200)
adc6542

ggerganov HF Staff commited on

sync : ggml
cac9245

ggerganov HF Staff commited on

opencl: split ggml-opencl.cl into multiple files and cleanup (llama/12886)
291a5b7

lhez Shangqing Gu commited on

ggml : fix trailing whitespaces (llama/0)
5d27bbf

ggerganov HF Staff commited on

CUDA: use switch statements in constexpr functions (llama/13095)
f5cd546

JohannesGaessler commited on

metal : fix floating-point range of attention scores in FA kernels (llama/13090)
e093044

ggerganov HF Staff commited on

vulkan: matmul gcn tuning (llama/13016)
ac537d2

Eve OccamRazor commited on

CUDA: noncont MMVQ + batched bs1 MUL_MAT_ID (llama/13014)
285a334

JohannesGaessler commited on

ggml : add SSE 4.2 and x64 base variant for CPUs without AVX (llama/12871)
f8795d3

Diego Devesa commited on

SYCL: Add non-contiguous support in ROPE (llama/12993)
a29a2c3

Akarshan Biswas commited on

vulkan: support noncontiguous rms_norm (llama/13031)
e4d1f59

jeffbolznv commited on

metal: add neg operator (llama/13029)
42283e1

jmorganca commited on

SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975)
1377b05

Akarshan Biswas commited on

rpc : add RPC_CMD_HELLO (llama/12955)
ff22836

rgerganov commited on

graph : make FA compatible with MLA + add initial Metal kernels (llama/12953)
fb0d243

ggerganov HF Staff commited on

ggml: Re-enable CUDA graphs in presence of CONT and DUP nodes (llama/12970)
3944ae5

Alan Gray commited on

CANN: Add support for async operator submission (llama/12864)
1b9d0f0

hipudding commited on

opencl: fix incorrect local_size index in profiling log (llama/12868)
8f5d919

kimminsu commited on

vulkan: enable coopmat2 FA gqa and split_k optimizations more often (llama/12931)
f844153

jeffbolznv commited on