llama : first working version

This commit is contained in:
Georgi Gerganov 2023-12-09 12:45:15 +02:00
parent af1a096bf8
commit 7ea36953ba
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 14 additions and 5 deletions

2
ggml.h
View file

@ -217,7 +217,7 @@
#define GGML_MAX_DIMS 4
#define GGML_MAX_PARAMS 1024
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_SRC 6
#define GGML_MAX_SRC 10
#define GGML_MAX_NAME 64
#define GGML_MAX_OP_PARAMS 64
#define GGML_DEFAULT_N_THREADS 4