Skip to content

Commit c7e0329

Browse files
committed
temporarily use model with updated processor for tests
Signed-off-by: Farzad Abdolhosseini <[email protected]>
1 parent cc2df56 commit c7e0329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/decoder_only/audio_language/test_ultravox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from ....utils import RemoteOpenAIServer
1616
from ...utils import check_logprobs_close
1717

18-
MODEL_NAME = "fixie-ai/ultravox-v0_5-llama-3_2-1b"
18+
MODEL_NAME = "fixie-ai/ultravox-v0_3-llama-3_2-1b"
1919

2020
AudioTuple = Tuple[np.ndarray, int]
2121

0 commit comments

Comments
 (0)