Skip to content

Multiple conversation turns in android app #8218

Answered by larryliu0820
chuber11 asked this question in Q&A
Discussion options

You must be logged in to vote

In the android app we should always use generateFromPos() instead of generate() . In fact we can do multiturn with reasonable perf on Llava model because the app is using generateFromPos() for multimodal LLMs (code), but this is not the case for text only. This should be a relatively simple change.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@larryliu0820
Comment options

@kirklandsign
Comment options

Answer selected by larryliu0820
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
5 participants
Converted from issue

This discussion was converted from issue #3864 on February 05, 2025 17:35.