mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-04 17:39:25 +08:00
mirror modify
This commit is contained in:
@@ -102,7 +102,6 @@ class ConditionalCFM(BASECFM):
|
||||
if self.estimator is not None:
|
||||
return self.estimator.forward(x, mask, mu, t, spks, cond)
|
||||
else:
|
||||
print("-----------")
|
||||
assert self.training is False, 'tensorrt cannot be used in training'
|
||||
bs = x.shape[0]
|
||||
hs = x.shape[1]
|
||||
|
||||
Reference in New Issue
Block a user