examples : add "command" tool (#171)

This commit is contained in:
Georgi Gerganov
2022-11-25 19:06:56 +02:00
parent b8ce25dec1
commit bc88eb13c6
9 changed files with 735 additions and 51 deletions

View File

@@ -24,5 +24,6 @@ if (EMSCRIPTEN)
else()
add_subdirectory(main)
add_subdirectory(stream)
add_subdirectory(command)
add_subdirectory(bench)
endif()