Skip to content

Commit

Permalink
scripts : fix sync path
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Nov 15, 2024
1 parent c4e95fb commit 83ac284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync-ggml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cp -rpv ../ggml/src/ggml-cuda/* ./ggml/src/ggml-cuda/
cp -rpv ../ggml/src/ggml-sycl/* ./ggml/src/ggml-sycl/
cp -rpv ../ggml/src/vulkan-shaders/* ./ggml/src/vulkan-shaders/

cp -rpv ../ggml/include/ggml*.h ./include/
cp -rpv ../ggml/include/ggml*.h ./ggml/include/

cp -rpv ../ggml/examples/common.h ./examples/common.h
cp -rpv ../ggml/examples/common.cpp ./examples/common.cpp
Expand Down

0 comments on commit 83ac284

Please sign in to comment.