Skip to content

Commit a98f199

Browse files
committed
put mimi_model into a shared header
1 parent efeaa57 commit a98f199

File tree

5 files changed

+762
-671
lines changed

5 files changed

+762
-671
lines changed

examples/tts/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target_link_libraries(${TARGET} PRIVATE llama common ${CMAKE_THREAD_LIBS_INIT})
55
target_compile_features(${TARGET} PRIVATE cxx_std_17)
66

77
set(TARGET llama-mimi)
8-
add_executable(${TARGET} mimi.cpp)
8+
add_executable(${TARGET} mimi.cpp mimi-model.cpp)
99
install(TARGETS ${TARGET} RUNTIME)
1010
target_link_libraries(${TARGET} PRIVATE llama common ${CMAKE_THREAD_LIBS_INIT})
1111
target_compile_features(${TARGET} PRIVATE cxx_std_17)

examples/tts/README-mimi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cmake --build build -j --target llama-mimi
2424

2525
# output: output.wav
2626

27-
# alternatively, use "dummy1" to get a "hey hello there" sample output file
27+
# alternatively, use "dummy1" to get a "wah hello there" sample output file
2828
./build/bin/llama-mimi kyutai-mimi.gguf dummy1
2929
```
3030

0 commit comments

Comments
 (0)