mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-20 13:13:07 +00:00
6 lines
200 B
Bash
6 lines
200 B
Bash
|
#!/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
|