Skip to content

Commit

Permalink
ggml: fix include paths in scale.c
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Jul 23, 2024
1 parent cc2e971 commit e674ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fundamentals/ggml/src/scale.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <stdio.h>

#include "ggml/ggml.h"
#include "ggml/ggml-alloc.h"
#include "ggml/ggml-backend.h"
#include "ggml.h"
#include "ggml-alloc.h"
#include "ggml-backend.h"

int main(int argc, char **argv) {
printf("GGML scale tensor examples\n");
Expand Down

0 comments on commit e674ca4

Please sign in to comment.