File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
112
112
# src/ggml-opencl.h -> ggml-opencl.h
113
113
# src/ggml-quants.c -> ggml-quants.c
114
114
# src/ggml-quants.h -> ggml-quants.h
115
+ # src/ggml-rpc.cpp -> ggml-rpc.cpp
116
+ # src/ggml-rpc.h -> ggml-rpc.h
115
117
# src/ggml-sycl.cpp -> ggml-sycl.cpp
116
118
# src/ggml-sycl.h -> ggml-sycl.h
117
119
# src/ggml-vulkan.cpp -> ggml-vulkan.cpp
@@ -149,6 +151,8 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
149
151
-e ' s/src\/ggml-opencl\.h/ggml-opencl.h/g' \
150
152
-e ' s/src\/ggml-quants\.c/ggml-quants.c/g' \
151
153
-e ' s/src\/ggml-quants\.h/ggml-quants.h/g' \
154
+ -e ' s/src\/ggml-rpc\.cpp/ggml-rpc.cpp/g' \
155
+ -e ' s/src\/ggml-rpc\.h/ggml-rpc.h/g' \
152
156
-e ' s/src\/ggml-sycl\.cpp/ggml-sycl.cpp/g' \
153
157
-e ' s/src\/ggml-sycl\.h/ggml-sycl.h/g' \
154
158
-e ' s/src\/ggml-vulkan\.cpp/ggml-vulkan.cpp/g' \
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ cp -rpv ../ggml/src/ggml-opencl.cpp ./ggml-opencl.cpp
20
20
cp -rpv ../ggml/src/ggml-opencl.h ./ggml-opencl.h
21
21
cp -rpv ../ggml/src/ggml-quants.c ./ggml-quants.c
22
22
cp -rpv ../ggml/src/ggml-quants.h ./ggml-quants.h
23
+ cp -rpv ../ggml/src/ggml-rpc.cpp ./ggml-rpc.cpp
24
+ cp -rpv ../ggml/src/ggml-rpc.h ./ggml-rpc.h
23
25
cp -rpv ../ggml/src/ggml-sycl.cpp ./ggml-sycl.cpp
24
26
cp -rpv ../ggml/src/ggml-sycl.h ./ggml-sycl.h
25
27
cp -rpv ../ggml/src/ggml-vulkan.cpp ./ggml-vulkan.cpp
You can’t perform that action at this time.
0 commit comments