llama : remove gpu includes from llama.h
ggml-ci
This commit is contained in:
parent
1139b66f2e
commit
6dfcb42afd
1 changed files with 0 additions and 5 deletions
5
llama.h
5
llama.h
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue