mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-05 10:33:28 +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)
|
||||
#include <vecintrin.h>
|
||||
#include <ggml-cpu/arch/s390/typedef.h>
|
||||
#include "ggml-cpu/arch/s390/typedef.h"
|
||||
#endif
|
||||
|
||||
#if defined(GGML_NNPA)
|
||||
|
Reference in New Issue
Block a user