Skip to content

Commit cf3aaff

Browse files
committed
llama : refactor llama_model_loader (WIP)
1 parent 23248d7 commit cf3aaff

File tree

2 files changed

+189
-187
lines changed

2 files changed

+189
-187
lines changed

ggml.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,6 @@ extern "C" {
14991499
struct ggml_context * ctx,
15001500
struct ggml_tensor * tensor);
15011501

1502-
15031502
GGML_API void ggml_build_forward_expand(struct ggml_cgraph * cgraph, struct ggml_tensor * tensor);
15041503

15051504
GGML_API struct ggml_cgraph ggml_build_forward (struct ggml_tensor * tensor);

0 commit comments

Comments
 (0)