koboldcpp/otherarch
Lexi 1c5e05e477
whisper: fix printf format string (#894)
This format string uses %d to print uint32_t and size_t{ype,}, which is
not guaranteed to work.  Instead, use PRIu32 for uint32_t, and %zu for
size_t.
2024-06-06 19:50:59 +08:00
..
sdcpp allow selecting multigpu on vulkan 2024-06-06 18:36:56 +08:00
tools add to remaining pyinstallers 2024-05-24 16:21:26 +08:00
whispercpp whisper: fix printf format string (#894) 2024-06-06 19:50:59 +08:00
ggml_v1.c Merge branch 'master' into concedo_experimental 2023-10-31 20:44:04 +08:00
ggml_v1.h Various enhancement and integration pygmalion.cpp 2023-04-03 00:04:43 +08:00
ggml_v2-cuda-legacy.cu increase pool buffers 2024-01-20 11:52:39 +08:00
ggml_v2-cuda-legacy.h Wip, CUDA porting malloc improvements, gpu accel for non-llama, backport old quants 2023-06-28 18:20:46 +08:00
ggml_v2-cuda.cu Koboldcpp-ROCm Port (#399) 2023-08-28 17:05:06 +08:00
ggml_v2-cuda.h cleanup indentation, fixing cublas build 2023-06-08 22:40:53 +08:00
ggml_v2-opencl-legacy.c Merge remote-tracking branch 'occam/opencl-dev' into concedo_experimental 2023-05-22 16:16:48 +08:00
ggml_v2-opencl-legacy.h still merging in process 2023-05-20 15:58:33 +08:00
ggml_v2-opencl.cpp Reduce warnings. (#439) 2023-09-16 18:52:09 +08:00
ggml_v2-opencl.h still merging in process 2023-05-20 15:58:33 +08:00
ggml_v2.c Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
ggml_v2.h remove old filever checks (+7 squashed commit) 2023-05-21 00:15:39 +08:00
ggml_v3-cuda.cu try fix some compile issues (+1 squashed commits) 2024-04-08 20:01:46 +08:00
ggml_v3-cuda.h fossilize ggml library ver 3, to support ggjtv3 2024-01-20 10:49:25 +08:00
ggml_v3-opencl.cpp fossilize ggml library ver 3, to support ggjtv3 2024-01-20 10:49:25 +08:00
ggml_v3-opencl.h fossilize ggml library ver 3, to support ggjtv3 2024-01-20 10:49:25 +08:00
ggml_v3.c Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
ggml_v3.h try to use allocator for cuda ggml v3 2024-01-20 12:53:31 +08:00
gpt2_v1.cpp fixed other arch 2023-05-24 00:20:43 +08:00
gpt2_v2.cpp Reduce warnings. (#439) 2023-09-16 18:52:09 +08:00
gpt2_v3.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
gptj_v1.cpp remove old filever checks (+7 squashed commit) 2023-05-21 00:15:39 +08:00
gptj_v2.cpp Reduce warnings. (#439) 2023-09-16 18:52:09 +08:00
gptj_v3.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
llama-util.h Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
llama_v2-util.h Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
llama_v2.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
llama_v2.h still merging in process 2023-05-20 15:58:33 +08:00
llama_v3.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
llama_v3.h Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
mpt_v3.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
neox_v2.cpp fixed other arch 2023-05-24 00:20:43 +08:00
neox_v3.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
otherarch.h wip integration of llava 2024-03-10 11:18:47 +08:00
rwkv_v2.cpp Reduce warnings. (#439) 2023-09-16 18:52:09 +08:00
rwkv_v2.h wip integrating new rwkv 2023-05-27 22:45:28 +08:00
rwkv_v3.cpp Merge commit '280345968d' into concedo_experimental 2024-04-07 20:27:17 +08:00
rwkv_v3.h fix compile errors, rwkv not working 2023-07-10 18:23:25 +08:00
rwkv_vocab.cpp vae test 2024-05-14 19:17:01 +08:00
utils.cpp fixed compile issues for ci 2024-04-08 20:32:31 +08:00
utils.h fixed compile issues for ci 2024-04-08 20:32:31 +08:00