mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
parallel : adding tool for parallel transformer inference
This commit is contained in:
3
examples/parallel/CMakeLists.txt
Normal file
3
examples/parallel/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
set(TARGET parallel)
|
||||
add_executable(${TARGET} parallel.cpp)
|
||||
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})
|
||||
Reference in New Issue
Block a user