Skip to content

Commit

Permalink
Solve mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saeeddhqan committed Nov 20, 2024
1 parent 5e06b2a commit 8296295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultravox/model/ultravox_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def init_latency_mask(self, audio_latency_block_size: int, dtype: torch.dtype):
if audio_latency_block_size is None:
self.audio_streaming_mask = None
return
audio_streaming_mask = None

# maximum sequence length
max_seqlen = (
self.config.max_source_positions
Expand Down

0 comments on commit 8296295

Please sign in to comment.