mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
2948c740a2
* sync : update scripts * sync : ggml * talk-llama : sync llama.cpp * make : WHISPER_CUBLAS -> WHISPER_CUDA * ci : try to fix sycl build * talk-llama : fix make build
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
|