files : rename ./extra to ./scripts

This commit is contained in:
Georgi Gerganov
2024-04-09 20:12:17 +03:00
parent 5275074d37
commit 52ccd4a3a8
12 changed files with 7 additions and 7 deletions

8
scripts/sync-llama.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
cp -rpv ../llama.cpp/llama.h ./examples/talk-llama/llama.h
cp -rpv ../llama.cpp/llama.cpp ./examples/talk-llama/llama.cpp
cp -rpv ../llama.cpp/unicode.h ./examples/talk-llama/unicode.h
cp -rpv ../llama.cpp/unicode.cpp ./examples/talk-llama/unicode.cpp
cp -rpv ../llama.cpp/unicode-data.h ./examples/talk-llama/unicode-data.h
cp -rpv ../llama.cpp/unicode-data.cpp ./examples/talk-llama/unicode-data.cpp