We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774e342 commit c137ce7Copy full SHA for c137ce7
amt/inference/transcribe.py
@@ -35,7 +35,7 @@
35
torch._inductor.config.fx_graph_cache = True
36
37
MAX_SEQ_LEN = 4096
38
-MAX_BLOCK_LEN = 2048
+MAX_BLOCK_LEN = 4096
39
LEN_MS = 30000
40
STRIDE_FACTOR = 3
41
CHUNK_LEN_MS = LEN_MS // STRIDE_FACTOR
0 commit comments