Spaces:
Running
Running
scripts : sync ggml-rpc
Browse files- scripts/sync-ggml-am.sh +4 -0
- scripts/sync-ggml.sh +2 -0
scripts/sync-ggml-am.sh
CHANGED
|
@@ -117,6 +117,8 @@ if [ -f $SRC_WHISPER/ggml-src.patch ]; then
|
|
| 117 |
# src/ggml-opencl.h -> ggml-opencl.h
|
| 118 |
# src/ggml-quants.c -> ggml-quants.c
|
| 119 |
# src/ggml-quants.h -> ggml-quants.h
|
|
|
|
|
|
|
| 120 |
# src/ggml-sycl.cpp -> ggml-sycl.cpp
|
| 121 |
# src/ggml-sycl.h -> ggml-sycl.h
|
| 122 |
# src/ggml-vulkan.cpp -> ggml-vulkan.cpp
|
|
@@ -160,6 +162,8 @@ if [ -f $SRC_WHISPER/ggml-src.patch ]; then
|
|
| 160 |
-e 's/src\/ggml-opencl\.h/ggml-opencl.h/g' \
|
| 161 |
-e 's/src\/ggml-quants\.c/ggml-quants.c/g' \
|
| 162 |
-e 's/src\/ggml-quants\.h/ggml-quants.h/g' \
|
|
|
|
|
|
|
| 163 |
-e 's/src\/ggml-sycl\.cpp/ggml-sycl.cpp/g' \
|
| 164 |
-e 's/src\/ggml-sycl\.h/ggml-sycl.h/g' \
|
| 165 |
-e 's/src\/ggml-vulkan\.cpp/ggml-vulkan.cpp/g' \
|
|
|
|
| 117 |
# src/ggml-opencl.h -> ggml-opencl.h
|
| 118 |
# src/ggml-quants.c -> ggml-quants.c
|
| 119 |
# src/ggml-quants.h -> ggml-quants.h
|
| 120 |
+
# src/ggml-rpc.cpp -> ggml-rpc.cpp
|
| 121 |
+
# src/ggml-rpc.h -> ggml-rpc.h
|
| 122 |
# src/ggml-sycl.cpp -> ggml-sycl.cpp
|
| 123 |
# src/ggml-sycl.h -> ggml-sycl.h
|
| 124 |
# src/ggml-vulkan.cpp -> ggml-vulkan.cpp
|
|
|
|
| 162 |
-e 's/src\/ggml-opencl\.h/ggml-opencl.h/g' \
|
| 163 |
-e 's/src\/ggml-quants\.c/ggml-quants.c/g' \
|
| 164 |
-e 's/src\/ggml-quants\.h/ggml-quants.h/g' \
|
| 165 |
+
-e 's/src\/ggml-rpc\.cpp/ggml-rpc.cpp/g' \
|
| 166 |
+
-e 's/src\/ggml-rpc\.h/ggml-rpc.h/g' \
|
| 167 |
-e 's/src\/ggml-sycl\.cpp/ggml-sycl.cpp/g' \
|
| 168 |
-e 's/src\/ggml-sycl\.h/ggml-sycl.h/g' \
|
| 169 |
-e 's/src\/ggml-vulkan\.cpp/ggml-vulkan.cpp/g' \
|
scripts/sync-ggml.sh
CHANGED
|
@@ -20,6 +20,8 @@ cp -rpv ../ggml/src/ggml-opencl.cpp ./ggml-opencl.cpp
|
|
| 20 |
cp -rpv ../ggml/src/ggml-opencl.h ./ggml-opencl.h
|
| 21 |
cp -rpv ../ggml/src/ggml-quants.c ./ggml-quants.c
|
| 22 |
cp -rpv ../ggml/src/ggml-quants.h ./ggml-quants.h
|
|
|
|
|
|
|
| 23 |
cp -rpv ../ggml/src/ggml-sycl.cpp ./ggml-sycl.cpp
|
| 24 |
cp -rpv ../ggml/src/ggml-sycl.h ./ggml-sycl.h
|
| 25 |
cp -rpv ../ggml/src/ggml-vulkan.cpp ./ggml-vulkan.cpp
|
|
|
|
| 20 |
cp -rpv ../ggml/src/ggml-opencl.h ./ggml-opencl.h
|
| 21 |
cp -rpv ../ggml/src/ggml-quants.c ./ggml-quants.c
|
| 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
|
| 25 |
cp -rpv ../ggml/src/ggml-sycl.cpp ./ggml-sycl.cpp
|
| 26 |
cp -rpv ../ggml/src/ggml-sycl.h ./ggml-sycl.h
|
| 27 |
cp -rpv ../ggml/src/ggml-vulkan.cpp ./ggml-vulkan.cpp
|