llama.cpp/ggml
Daniel Bevenius c9206f63be
squash! ggml : move rope type enum to ggml.h
This commit removes the enum ggml_rope_type from ggml.h and replaces it
with a define (GGML_ROPE_TYPE_NEOX). This define is used in the code to
check if the mode is set to GPT-NeoX. Also the enum llama_rope_type has
been updated to reflect this change.
2024-08-11 06:58:14 +02:00
..
cmake llama : reorganize source code + improve CMake (#8006) 2024-06-26 18:33:02 +03:00
include squash! ggml : move rope type enum to ggml.h 2024-08-11 06:58:14 +02:00
src squash! ggml : move rope type enum to ggml.h 2024-08-11 06:58:14 +02:00
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt cann: update cmake (#8765) 2024-07-30 12:37:35 +02:00