mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
ce8c6d0f3b
commit
98395e6c6f
Binary file not shown.
Binary file not shown.
@ -357,7 +357,7 @@ def decode_one_batch(
|
||||
simulate_streaming=True,
|
||||
)
|
||||
else:
|
||||
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens)
|
||||
encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt)
|
||||
|
||||
hyps = []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user