mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-06 13:53:29 +00:00
ggml-cpu: switch to quotes for import
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#if defined(GGML_VXE)
|
#if defined(GGML_VXE)
|
||||||
#include <vecintrin.h>
|
#include <vecintrin.h>
|
||||||
#include <ggml-cpu/arch/s390/typedef.h>
|
#include "ggml-cpu/arch/s390/typedef.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(GGML_NNPA)
|
#if defined(GGML_NNPA)
|
||||||
|
Reference in New Issue
Block a user