mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
decoding
This commit is contained in:
parent
5079d54595
commit
e42c693f0b
@ -422,6 +422,8 @@ class LLMASR2(nn.Module):
|
||||
param.requires_grad = False
|
||||
else:
|
||||
param.requires_grad = False
|
||||
else:
|
||||
param.requires_grad = False
|
||||
|
||||
audio_encoder.eval()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user