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
|
15d71189e9
|
CUDA: optimize and refactor MMQ (llama/8416)
* CUDA: optimize and refactor MMQ
* explicit q8_1 memory layouts, add documentation
|
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 |
|