File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ setup_framework_structure() {
115115
116116 # Copy all required headers (common for all platforms)
117117 cp include/whisper.h ${header_path}
118+ cp include/parakeet.h ${header_path}
118119 cp ggml/include/ggml.h ${header_path}
119120 cp ggml/include/ggml-alloc.h ${header_path}
120121 cp ggml/include/ggml-backend.h ${header_path}
@@ -127,6 +128,7 @@ setup_framework_structure() {
127128 cat > ${module_path} module.modulemap << EOF
128129framework module whisper {
129130 header "whisper.h"
131+ header "parakeet.h"
130132 header "ggml.h"
131133 header "ggml-alloc.h"
132134 header "ggml-backend.h"
@@ -245,6 +247,7 @@ combine_static_libraries() {
245247
246248 local libs=(
247249 " ${base_dir} /${build_dir} /src/${release_dir} /libwhisper.a"
250+ " ${base_dir} /${build_dir} /src/${release_dir} /libparakeet.a"
248251 " ${base_dir} /${build_dir} /ggml/src/${release_dir} /libggml.a"
249252 " ${base_dir} /${build_dir} /ggml/src/${release_dir} /libggml-base.a"
250253 " ${base_dir} /${build_dir} /ggml/src/${release_dir} /libggml-cpu.a"
You can’t perform that action at this time.
0 commit comments