Merge commit '9963b81f6392da8066958c177db77ad4b4a8f284' into concedo_experimental

# Conflicts:
#	.github/workflows/server.yml
#	SECURITY.md
#	docs/backend/SYCL.md
#	examples/model-conversion/README.md
#	examples/model-conversion/scripts/embedding/compare-embeddings-logits.sh
#	ggml/src/ggml-hexagon/ggml-hexagon.cpp
#	ggml/src/ggml-hexagon/htp/matmul-ops.c
#	tests/CMakeLists.txt
#	tests/test-chat.cpp
#	tests/test-json-schema-to-grammar.cpp
This commit is contained in:
Concedo
2025-12-17 20:30:34 +08:00
65 changed files with 2904 additions and 1006 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
static bool old_mixtral_warning_showed = false;
// we do what we must because we can
#include "llama-impl.cpp"
#include "llama-impl.h"
#include "llama-chat.cpp"
#include "llama-mmap.cpp"
#include "llama-context.cpp"