Skip to content

Progressive output and cancel button for 'Inference' tab - #43

Open
64-bit wants to merge 5 commits into
lxe:masterfrom
64-bit:ProgressiveOutput
Open

Progressive output and cancel button for 'Inference' tab#43
64-bit wants to merge 5 commits into
lxe:masterfrom
64-bit:ProgressiveOutput

Conversation

@64-bit

@64-bit 64-bit commented Apr 9, 2023

Copy link
Copy Markdown
Contributor

I have added progressive output to the inference tab by converting the generate function in app.py to a Python generator and producing tokens one at at time until either the output remains the same (end of stream reached) or the max tokens have been generated.

@64-bit

64-bit commented Apr 9, 2023

Copy link
Copy Markdown
Contributor Author

I think I found a bug in this, I'm going to close the PR until I can figure out what is going on

@64-bit 64-bit closed this Apr 9, 2023
@64-bit

64-bit commented Apr 9, 2023

Copy link
Copy Markdown
Contributor Author

The bug in question can be reproduced on the original repo, Separate from this I will look into providing at the least detailed reproduction steps if not a resolution.

@64-bit 64-bit reopened this Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant