scipts : add LICENSE and gen-authors.sh to sync

This commit is contained in:
Georgi Gerganov 2024-04-09 09:19:33 +03:00
parent 0e0d4e821f
commit 072e0a4d3b
No known key found for this signature in database
GPG key ID: BF970631944C16B7
2 changed files with 10 additions and 0 deletions

View file

@ -31,3 +31,6 @@ cp -rpv ../ggml/include/ggml/ggml-backend.h ./ggml-backend.h
cp -rpv ../ggml/tests/test-opt.cpp ./tests/test-opt.cpp
cp -rpv ../ggml/tests/test-grad0.cpp ./tests/test-grad0.cpp
cp -rpv ../ggml/tests/test-backend-ops.cpp ./tests/test-backend-ops.cpp
cp -rpv ../LICENSE ./LICENSE
cp -rpv ../ggml/scripts/gen-authors.sh ./scripts/gen-authors.sh