Skip to content

Conversation

derekhiggins
Copy link
Contributor

@derekhiggins derekhiggins commented Mar 20, 2024

The post_process_gpt3_response function takes a lot of params that we don't use and returns a format we need to convert. Because of this we're looping on
datastructures for no reason. Remove it to simplify generation code.

Fixes: #485

@derekhiggins derekhiggins requested a review from abhi1092 as a code owner March 20, 2024 09:29
@derekhiggins derekhiggins force-pushed the simplify-generation branch 4 times, most recently from 7d791e9 to 0d41952 Compare March 26, 2024 23:43
@hickeyma hickeyma added the refactor Same results, different method label Mar 27, 2024
@derekhiggins derekhiggins force-pushed the simplify-generation branch from 0d41952 to 638fcb1 Compare April 2, 2024 21:57
@derekhiggins derekhiggins force-pushed the simplify-generation branch from 638fcb1 to 5b0de29 Compare April 9, 2024 23:46
The post_process_gpt3_response function takes a lot
of params that we don't use and returns a format we
need to convert. Because of this we're looping on
datastructures for no reason. Remove it to simplify
generation code.

Fixes: #485
Signed-off-by: Derek Higgins <derekh@redhat.com>
@derekhiggins
Copy link
Contributor Author

Re-opened here #931

jgato pushed a commit to jgato/instructlab that referenced this pull request Jun 21, 2024
Signed-off-by: Dan McPherson <dmcphers@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Same results, different method
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prompt batching isn't batching
3 participants