diff --git a/audio_separator/separator/__init__.py b/audio_separator/separator/__init__.py index 2d36e8f..822b02c 100644 --- a/audio_separator/separator/__init__.py +++ b/audio_separator/separator/__init__.py @@ -1 +1,3 @@ +# Trivial comment to trigger GPU integration tests on ephemeral self-hosted +# runners after the 2026-05-17 dispatcher fix. Safe to remove on next edit. from .separator import Separator