File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
106
106
# src/ggml-kompute.h -> ggml-kompute.h
107
107
# src/ggml-metal.h -> ggml-metal.h
108
108
# src/ggml-metal.m -> ggml-metal.m
109
- # src/ggml-mpi.h -> ggml-mpi.h
110
- # src/ggml-mpi.c -> ggml-mpi.c
111
109
# src/ggml-opencl.cpp -> ggml-opencl.cpp
112
110
# src/ggml-opencl.h -> ggml-opencl.h
113
111
# src/ggml-quants.c -> ggml-quants.c
@@ -145,8 +143,6 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
145
143
-e ' s/src\/ggml-kompute\.h/ggml-kompute.h/g' \
146
144
-e ' s/src\/ggml-metal\.h/ggml-metal.h/g' \
147
145
-e ' s/src\/ggml-metal\.m/ggml-metal.m/g' \
148
- -e ' s/src\/ggml-mpi\.h/ggml-mpi.h/g' \
149
- -e ' s/src\/ggml-mpi\.c/ggml-mpi.c/g' \
150
146
-e ' s/src\/ggml-opencl\.cpp/ggml-opencl.cpp/g' \
151
147
-e ' s/src\/ggml-opencl\.h/ggml-opencl.h/g' \
152
148
-e ' s/src\/ggml-quants\.c/ggml-quants.c/g' \
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ cp -rpv ../ggml/src/ggml-kompute.h ./ggml-kompute.h
14
14
cp -rpv ../ggml/src/ggml-metal.h ./ggml-metal.h
15
15
cp -rpv ../ggml/src/ggml-metal.m ./ggml-metal.m
16
16
cp -rpv ../ggml/src/ggml-metal.metal ./ggml-metal.metal
17
- cp -rpv ../ggml/src/ggml-mpi.h ./ggml-mpi.h
18
- cp -rpv ../ggml/src/ggml-mpi.c ./ggml-mpi.c
19
17
cp -rpv ../ggml/src/ggml-opencl.cpp ./ggml-opencl.cpp
20
18
cp -rpv ../ggml/src/ggml-opencl.h ./ggml-opencl.h
21
19
cp -rpv ../ggml/src/ggml-quants.c ./ggml-quants.c
You can’t perform that action at this time.
0 commit comments