initial release

This commit is contained in:
civ
2026-07-05 18:11:23 +07:00
commit 8fb29dac70
2105 changed files with 499091 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/bin/bash
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/* cmake/
cp -rpv ../llama.cpp/ggml/src/ggml-cpu/cmake/* src/ggml-cpu/cmake/
cp -rpv ../llama.cpp/ggml/src/ggml* src/
cp -rpv ../llama.cpp/ggml/src/gguf* src/
cp -rpv ../llama.cpp/ggml/include/ggml*.h include/
cp -rpv ../llama.cpp/ggml/include/gguf*.h include/
cp -rpv ../llama.cpp/tests/test-opt.cpp tests/test-opt.cpp
cp -rpv ../llama.cpp/tests/test-quantize-fns.cpp tests/test-quantize-fns.cpp
cp -rpv ../llama.cpp/tests/test-quantize-perf.cpp tests/test-quantize-perf.cpp
cp -rpv ../llama.cpp/tests/test-backend-ops.cpp tests/test-backend-ops.cpp
cp -rpv ../llama.cpp/LICENSE ./LICENSE
cp -rpv ../llama.cpp/scripts/gen-authors.sh ./scripts/gen-authors.sh