Skip to content

Releases: groovybits/rsllm

v0.4.0 - Full GPU Saturation: fixes threading so as to allow concurrency

15 Mar 11:43
1362258
Compare
Choose a tag to compare

Concurrency is now worked out, fixes issues with using more ram than reasonable which could crash a system. Now it is well regulated and can use multiple threads concurrently yet not eat more memory than necessary and not have out of order NDI output.

What's Changed

  • Threading - Consolidate image and speech generation functions into a concurrent async pipeline to NDI by @groovybits in #17

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Mar 08:12
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

very alpha, basic functionality without good threading behavior and lack of concurrency of generation. WIP

What's Changed

New Contributors

Full Changelog: https://github.com/groovybits/rsllm/commits/v0.3.0