Skip to content

Commit 5cb2030

Browse files
committed
[fix] remove config print
1 parent 6521c82 commit 5cb2030

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

wenet/utils/init_model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,4 @@ def init_model(args, configs):
206206
if hasattr(args, 'only_optimize_lora') and args.only_optimize_lora:
207207
mark_only_lora_as_trainable(model, bias='lora_only')
208208

209-
if int(os.environ.get('RANK', 0)) == 0:
210-
print(configs)
211-
212209
return model, configs

0 commit comments

Comments
 (0)