You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.9 imported torch into the process at startup (via the always-on audio
analysis controller and the default-enabled Smart Fades provider), pushing
idle RAM from ~300-500MB to ~1GB and causing OOM on small hardware.
- Gate Smart Fades (>=6GB / 4 cores) and Sonic Analysis (>=8GB / 4 cores) on
system resources, raising a non-retrying UnsupportedSystemError when unmet
- Stop loading torch at idle: lazy-import it in the audio analysis controller
and Smart Fades provider, and configure torch thread caps on first analysis
- Auto-created default providers that do not meet requirements are removed and
not retried, instead of lingering as a broken/retrying provider
- Lazy-load the Sonic Similarity text encoder on first query
- RAM-filter the buffer-size options (Balanced >=4GB, Maximum >=8GB)
0 commit comments