Skip to content

Commit

Permalink
ggml.c fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx committed Jul 12, 2023
1 parent 770e674 commit 6ca3499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ inline static void* ggml_aligned_malloc(size_t size) {
#else
#include <cblas.h>
#endif
#endif
#if defined(GGML_USE_CUBLAS)
#include "ggml-cuda.h"
#endif
Expand Down

0 comments on commit 6ca3499

Please sign in to comment.