Skip to content

Commit 43eb7a7

Browse files
committed
Now that eval's running move delta net stuff back to llama-model, add cbs
1 parent 890fa2c commit 43eb7a7

File tree

5 files changed

+183
-321
lines changed

5 files changed

+183
-321
lines changed

ggml/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ set(GGML_PUBLIC_HEADERS
273273
include/ggml-cpp.h
274274
include/ggml-cuda.h
275275
include/ggml-opt.h
276-
include/ggml-delta.h
277276
include/ggml-metal.h
278277
include/ggml-rpc.h
279278
include/ggml-sycl.h

ggml/include/ggml-delta.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

ggml/src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ add_library(ggml-base
194194
../include/ggml-cpp.h
195195
../include/ggml-opt.h
196196
../include/gguf.h
197-
../include/ggml-delta.h
198197
ggml.c
199-
ggml-delta.c
200198
ggml.cpp
201199
ggml-alloc.c
202200
ggml-backend.cpp

ggml/src/ggml-delta.c

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)