still refactoring, but need a checkpoint to prepare build for 1.0.7

This commit is contained in:
Concedo
2023-04-01 08:55:14 +08:00
parent 6b86f5ea22
commit 801b178f2a
11 changed files with 452 additions and 44 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
//No dynamic memory allocation! Setup structs with FIXED (known) shapes and sizes for ALL output fields
//Python will ALWAYS provide the memory, we just write to it.
#include "llama_adapter.h"
#include "model_adapter.h"
#include "expose.h"
#include "extra.h"