mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-04 00:50:58 -05:00
7 lines
273 B
Bash
Executable File
7 lines
273 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
|