From caab04be315ae5dcc5ee1354337daf60fdc5fc2b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 2 Dec 2024 23:44:32 -0800 Subject: [PATCH] run ci/cd again --- tests/local_testing/test_whisper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_whisper.py b/tests/local_testing/test_whisper.py index 90381e034c..328d926129 100644 --- a/tests/local_testing/test_whisper.py +++ b/tests/local_testing/test_whisper.py @@ -69,7 +69,7 @@ async def test_transcription( drop_params=True, ) print(f"transcript: {transcript.model_dump()}") - print(f"transcript: {transcript._hidden_params}") + print(f"transcript hidden params: {transcript._hidden_params}") assert transcript.text is not None