From 9331676ad14edd1d5e23bb8c3f044e964c86b040 Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:06:20 -0500 Subject: [PATCH] Update common.cuh --- ggml-cuda/common.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-cuda/common.cuh b/ggml-cuda/common.cuh index 802e9ef209683..86b06935dbdff 100644 --- a/ggml-cuda/common.cuh +++ b/ggml-cuda/common.cuh @@ -12,7 +12,7 @@ #define GGML_COMMON_DECL_CUDA #define GGML_COMMON_IMPL_CUDA #endif -#include "ggml-common.h" +#include "../ggml-common.h" #include #include