parallel : adding tool for parallel transformer inference

This commit is contained in:
Georgi Gerganov
2022-10-29 09:27:08 +03:00
parent c565c569e7
commit 72e9cdd6bf
5 changed files with 495 additions and 27 deletions

View File

@@ -0,0 +1,3 @@
set(TARGET parallel)
add_executable(${TARGET} parallel.cpp)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})