Skip to content

Commit

Permalink
Update base for Update on "update llama runner to decode single token"
Browse files Browse the repository at this point in the history
Right now, we don't print the generated response in the eager runner until all tokens are generated. This is not good experience as we need to wait until all tokens are generated to see the response.

This PR updates it to decode each new token immediately after it is generated.

Differential Revision: [D65578306](https://our.internmc.facebook.com/intern/diff/D65578306/)

[ghstack-poisoned]
  • Loading branch information
helunwencser committed Nov 11, 2024
1 parent 4e3ad95 commit df7be71
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit df7be71

Please sign in to comment.