Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hf parser] Fix bug where we're not properly appending outputs for mu…
…ltiple return sequences (#411) [hf parser] Fix bug where we're not properly appending outputs for multiple return sequences Minor bug fix I noticed that I messed up when adding streaming support in #380 (after I already supported multiple inputs in #345). The reason i missed this is that streaming only supports a single return sequence so didn't end up testing for multiple non-streaming. We should have automated tests. Added GH issue in Tested by reabsing onto: #412 --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/411). * #414 * __->__ #411 * #410
- Loading branch information