examples : fix save-load-state + rename llama-util.h
This commit is contained in:
parent
334637e43e
commit
84ca9c2ecf
3 changed files with 42 additions and 34 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
#include "llama_util.h"
|
||||
#include "llama-util.h"
|
||||
#include "llama.h"
|
||||
|
||||
#include "ggml.h"
|
||||
|
@ -33,7 +33,6 @@
|
|||
#define LLAMA_USE_SCRATCH
|
||||
#define LLAMA_MAX_SCRATCH_BUFFERS 16
|
||||
|
||||
|
||||
// available llama models
|
||||
enum e_model {
|
||||
MODEL_UNKNOWN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue