mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
9 lines
445 B
Bash
Executable File
9 lines
445 B
Bash
Executable File
#!/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
|