Closed eginhard closed 5 months ago
Fixes #31. Tested by confirming the XTTS streaming code now works with transformers>=4.41
The streaming implementation closely follows the GenerationMixin.generate() function, so I just updated it in line with upstream changes.
GenerationMixin.generate()
Fixes #31. Tested by confirming the XTTS streaming code now works with transformers>=4.41
The streaming implementation closely follows the
GenerationMixin.generate()
function, so I just updated it in line with upstream changes.