Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parler_tts/modeling_parler_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,7 @@ def _get_cache(self, cache_implementation: str, max_batch_size: int, max_cache_l
cache_dtype = self.dtype
cache_kwargs = {
"config": self.config.decoder,
"max_batch_size": max_batch_size,
"batch_size": max_batch_size,
"max_cache_len": max_cache_len,
"device": self.device,
"dtype": cache_dtype,
Expand Down