examples : fix save-load-state + rename llama-util.h

This commit is contained in:
Georgi Gerganov 2023-04-29 13:48:11 +03:00
parent 334637e43e
commit 84ca9c2ecf
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 42 additions and 34 deletions

View file

@ -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,