Merge branch 'master' into xsn/fix_lora

This commit is contained in:
ngxson 2024-07-10 19:52:39 +02:00
commit e68344cb06
79 changed files with 3369 additions and 411 deletions

View file

@ -1,3 +1,7 @@
#if defined(_MSC_VER)
#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
#endif
#include "common.h"
// Change JSON_ASSERT from assert() to GGML_ASSERT:
#define JSON_ASSERT GGML_ASSERT