Merge branch 'upstream' into concedo_experimental

# Conflicts:
#	CMakePresets.json
#	Makefile
#	Package.swift
#	ci/run.sh
#	common/CMakeLists.txt
#	examples/CMakeLists.txt
#	flake.lock
#	ggml/src/CMakeLists.txt
#	ggml/src/ggml-backend.cpp
#	ggml/src/ggml.c
#	pocs/vdot/q8dot.cpp
#	pocs/vdot/vdot.cpp
#	tests/test-backend-ops.cpp
#	tests/test-grad0.cpp
#	tests/test-quantize-fns.cpp
#	tests/test-quantize-perf.cpp
#	tests/test-rope.cpp
This commit is contained in:
Concedo 2024-11-04 16:54:53 +08:00
commit bb13925f39
34 changed files with 14917 additions and 19458 deletions

View file

@ -11,6 +11,7 @@
#include "model_adapter.h"
#include "ggml.h"
#include "ggml-cpu.h"
#include <chrono>