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
112112 # src/ggml-opencl.h -> ggml-opencl.h
113113 # src/ggml-quants.c -> ggml-quants.c
114114 # src/ggml-quants.h -> ggml-quants.h
115+ # src/ggml-rpc.cpp -> ggml-rpc.cpp
116+ # src/ggml-rpc.h -> ggml-rpc.h
115117 # src/ggml-sycl.cpp -> ggml-sycl.cpp
116118 # src/ggml-sycl.h -> ggml-sycl.h
117119 # src/ggml-vulkan.cpp -> ggml-vulkan.cpp
@@ -149,6 +151,8 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
149151 -e ' s/src\/ggml-opencl\.h/ggml-opencl.h/g' \
150152 -e ' s/src\/ggml-quants\.c/ggml-quants.c/g' \
151153 -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' \
152156 -e ' s/src\/ggml-sycl\.cpp/ggml-sycl.cpp/g' \
153157 -e ' s/src\/ggml-sycl\.h/ggml-sycl.h/g' \
154158 -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
2020cp -rpv ../ggml/src/ggml-opencl.h ./ggml-opencl.h
2121cp -rpv ../ggml/src/ggml-quants.c ./ggml-quants.c
2222cp -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
2325cp -rpv ../ggml/src/ggml-sycl.cpp ./ggml-sycl.cpp
2426cp -rpv ../ggml/src/ggml-sycl.h ./ggml-sycl.h
2527cp -rpv ../ggml/src/ggml-vulkan.cpp ./ggml-vulkan.cpp
You can’t perform that action at this time.
0 commit comments