llama : add llama_init_backend() API (close #1527)

This commit is contained in:
Georgi Gerganov
2023-05-20 11:06:11 +03:00
parent bc988e6762
commit a207748a91
7 changed files with 48 additions and 29 deletions

View File

@@ -1,6 +1,7 @@
#include <locale.h>
#include "ggml.h"
#include "build-info.h"
#include <locale.h>
#include <assert.h>
#include <math.h>
#include <cstring>