llama : remove gpu includes from llama.h

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-01-31 17:10:25 +02:00
parent 1139b66f2e
commit 6dfcb42afd
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -3,11 +3,6 @@
#include "ggml.h"
#include "ggml-backend.h"
#ifdef GGML_USE_CUBLAS
#include "ggml-cuda.h"
#elif defined(GGML_USE_SYCL)
#include "ggml-sycl.h"
#endif
#include <stddef.h>
#include <stdint.h>