slaren
|
33e5a6612e
|
ggml-alloc : fix list of allocated tensors with GGML_ALLOCATOR_DEBUG (llama/9573)
|
2024-09-24 19:45:08 +03:00 |
slaren
|
dd916a2852
|
ggml : reduce hash table reset cost (llama/8698)
* ggml : reduce hash table reset cost
* fix unreachable code warnings after GGML_ASSERT(false)
* GGML_ASSERT(false) -> GGML_ABORT("fatal error")
* GGML_ABORT use format string
|
2024-08-08 22:48:46 +03:00 |
Johannes Gäßler
|
a8ab3abe09
|
CUDA: fix partial offloading for ne0 % 256 != 0 (llama/8572)
|
2024-08-08 22:48:46 +03:00 |
Georgi Gerganov
|
e30c679928
|
whisper : reorganize source code + improve CMake (#2256)
* scripts : update sync [no ci]
* files : reorganize [no ci]
* sync : llama.cpp
* cmake : link math library
* cmake : build normal ggml library
* files : move headers to include
* objc : fix path to ggml-metal.h
* ci : fix WHISPER_CUDA -> GGML_CUDA
* scripts : sync LICENSE [no ci]
|
2024-06-26 19:34:09 +03:00 |