Skip to content

Commit c27afec

Browse files
authored
remove print
1 parent 71941e1 commit c27afec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightllm/common/basemodel/basemodel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def _init_config(self):
9999
repair_config(self.config, same_names=["num_hidden_layers", "n_layer"])
100100
if self.finetune_config:
101101
self.config["vocab_size"] = self.finetune_config.vocab_size
102-
# self.config["num_hidden_layers"] = 4
103-
# self.config["n_layer"] = 4
102+
104103
return
105104

106105
@final

0 commit comments

Comments
 (0)