Smart Turn v3: removing torch and torchaudio deps

This commit is contained in:
marcus-daily
2025-09-16 15:30:06 +01:00
committed by Marcus
parent cca90791c4
commit dfe7815dc5
4 changed files with 9 additions and 8 deletions

View File

@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
async def on_pipeline_finished(task: PipelineTask, frame: Frame):
...
```
### Changed
- `torch` and `torchaudio` are no longer required for running Smart Turn
locally. This avoids gigabytes of dependencies being installed.
### Deprecated