mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-10 06:38:12 +02:00
files : rename ./extra to ./scripts
This commit is contained in:
8
scripts/sync-llama.sh
Executable file
8
scripts/sync-llama.sh
Executable 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
|
Reference in New Issue
Block a user