From dc6e7cd43029da62dabe2513fb5aa8a34df1bd6d Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 1 Sep 2026 12:12:35 -0400 Subject: fix: spec santizer for glm, outetts, miotts, minimax. --- app/converter/clients/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/converter/clients/__init__.py') diff --git a/app/converter/clients/__init__.py b/app/converter/clients/__init__.py index d67237d..a107d29 100644 --- a/app/converter/clients/__init__.py +++ b/app/converter/clients/__init__.py @@ -51,6 +51,9 @@ from .audiocpp import ( audiocpp_family_voice_policy, audiocpp_request_error, audiocpp_script_input, + allocation_log_note, + build_trimmed_voice_reference, + nvidia_device_memory_report, ) __all__ = [ @@ -84,4 +87,8 @@ __all__ = [ "audiocpp_family_narrates", "audiocpp_family_spec_tasks", "audiocpp_family_voice_policy", "audiocpp_request_error", "audiocpp_script_input", + "allocation_log_note", "build_trimmed_voice_reference", + "nvidia_device_memory_report", "spec_request_option_names", + "AUDIOCPP_VOICE_REQUIRED_FAMILIES", "AUDIOCPP_ALLOCATION_FRAGMENTS", + "AUDIOCPP_REFERENCE_TRIM_SECONDS", ] -- cgit v1.2.3