mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-28 08:31:25 +00:00 
			
		
		
		
	script : sync ggml-rpc
This commit is contained in:
		| @@ -112,6 +112,8 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then | |||||||
|     # src/ggml-opencl.h           -> ggml-opencl.h |     # src/ggml-opencl.h           -> ggml-opencl.h | ||||||
|     # src/ggml-quants.c           -> ggml-quants.c |     # src/ggml-quants.c           -> ggml-quants.c | ||||||
|     # src/ggml-quants.h           -> ggml-quants.h |     # src/ggml-quants.h           -> ggml-quants.h | ||||||
|  |     # src/ggml-rpc.cpp            -> ggml-rpc.cpp | ||||||
|  |     # src/ggml-rpc.h              -> ggml-rpc.h | ||||||
|     # src/ggml-sycl.cpp           -> ggml-sycl.cpp |     # src/ggml-sycl.cpp           -> ggml-sycl.cpp | ||||||
|     # src/ggml-sycl.h             -> ggml-sycl.h |     # src/ggml-sycl.h             -> ggml-sycl.h | ||||||
|     # src/ggml-vulkan.cpp         -> ggml-vulkan.cpp |     # src/ggml-vulkan.cpp         -> ggml-vulkan.cpp | ||||||
| @@ -149,6 +151,8 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then | |||||||
|         -e 's/src\/ggml-opencl\.h/ggml-opencl.h/g' \ |         -e 's/src\/ggml-opencl\.h/ggml-opencl.h/g' \ | ||||||
|         -e 's/src\/ggml-quants\.c/ggml-quants.c/g' \ |         -e 's/src\/ggml-quants\.c/ggml-quants.c/g' \ | ||||||
|         -e 's/src\/ggml-quants\.h/ggml-quants.h/g' \ |         -e 's/src\/ggml-quants\.h/ggml-quants.h/g' \ | ||||||
|  |         -e 's/src\/ggml-rpc\.cpp/ggml-rpc.cpp/g' \ | ||||||
|  |         -e 's/src\/ggml-rpc\.h/ggml-rpc.h/g' \ | ||||||
|         -e 's/src\/ggml-sycl\.cpp/ggml-sycl.cpp/g' \ |         -e 's/src\/ggml-sycl\.cpp/ggml-sycl.cpp/g' \ | ||||||
|         -e 's/src\/ggml-sycl\.h/ggml-sycl.h/g' \ |         -e 's/src\/ggml-sycl\.h/ggml-sycl.h/g' \ | ||||||
|         -e 's/src\/ggml-vulkan\.cpp/ggml-vulkan.cpp/g' \ |         -e 's/src\/ggml-vulkan\.cpp/ggml-vulkan.cpp/g' \ | ||||||
|   | |||||||
| @@ -20,6 +20,8 @@ cp -rpv ../ggml/src/ggml-opencl.cpp         ./ggml-opencl.cpp | |||||||
| cp -rpv ../ggml/src/ggml-opencl.h           ./ggml-opencl.h | cp -rpv ../ggml/src/ggml-opencl.h           ./ggml-opencl.h | ||||||
| cp -rpv ../ggml/src/ggml-quants.c           ./ggml-quants.c | cp -rpv ../ggml/src/ggml-quants.c           ./ggml-quants.c | ||||||
| cp -rpv ../ggml/src/ggml-quants.h           ./ggml-quants.h | cp -rpv ../ggml/src/ggml-quants.h           ./ggml-quants.h | ||||||
|  | cp -rpv ../ggml/src/ggml-rpc.cpp            ./ggml-rpc.cpp | ||||||
|  | cp -rpv ../ggml/src/ggml-rpc.h              ./ggml-rpc.h | ||||||
| cp -rpv ../ggml/src/ggml-sycl.cpp           ./ggml-sycl.cpp | cp -rpv ../ggml/src/ggml-sycl.cpp           ./ggml-sycl.cpp | ||||||
| cp -rpv ../ggml/src/ggml-sycl.h             ./ggml-sycl.h | cp -rpv ../ggml/src/ggml-sycl.h             ./ggml-sycl.h | ||||||
| cp -rpv ../ggml/src/ggml-vulkan.cpp         ./ggml-vulkan.cpp | cp -rpv ../ggml/src/ggml-vulkan.cpp         ./ggml-vulkan.cpp | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov