We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4940e commit 88873b7Copy full SHA for 88873b7
extension/llm/runner/test/CMakeLists.txt
@@ -18,8 +18,12 @@ set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../../..)
18
include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)
19
20
set(_test_srcs
21
- test_generation_config.cpp test_text_llm_runner.cpp test_text_prefiller.cpp
22
- test_text_decoder_runner.cpp test_multimodal_input.cpp test_util.cpp
+ test_generation_config.cpp
+ test_text_llm_runner.cpp
23
+ test_text_prefiller.cpp
24
+ test_text_decoder_runner.cpp
25
+ test_multimodal_input.cpp
26
+ test_util.cpp
27
test_wav_loader.cpp
28
)
29
0 commit comments