Skip to content

Commit

Permalink
scripts : sync cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 29, 2025
1 parent 83da6f9 commit ec83e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync-llama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cp -rpv ../llama.cpp/ggml/CMakeLists.txt CMakeLists.txt
cp -rpv ../llama.cpp/ggml/src/CMakeLists.txt src/CMakeLists.txt
cp -rpv ../llama.cpp/ggml/cmake/FindSIMD.cmake cmake/FindSIMD.cmake
cp -rpv ../llama.cpp/ggml/cmake/* cmake/

cp -rpv ../llama.cpp/ggml/src/ggml*.c src/
cp -rpv ../llama.cpp/ggml/src/ggml*.cpp src/
Expand Down

0 comments on commit ec83e89

Please sign in to comment.