llama : add simple-chat example (#10124)
* llama : add simple-chat example --------- Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
e991e3127f
commit
a6744e43e8
6 changed files with 220 additions and 4 deletions
|
@ -49,6 +49,7 @@ else()
|
|||
endif()
|
||||
add_subdirectory(save-load-state)
|
||||
add_subdirectory(simple)
|
||||
add_subdirectory(simple-chat)
|
||||
add_subdirectory(speculative)
|
||||
add_subdirectory(tokenize)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue