Skip to content

Commit 9bdca39

Browse files
committed
add extension_flat_tensor
1 parent 47d3435 commit 9bdca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/runner/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else()
5353
endif()
5454

5555
set(llama_runner_deps executorch_core extension_data_loader extension_module
56-
extension_tensor
56+
extension_tensor extension_flat_tensor
5757
)
5858

5959
target_link_libraries(llama_runner PUBLIC ${llama_runner_deps})

0 commit comments

Comments
 (0)