We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3734d90 commit 5c6d123Copy full SHA for 5c6d123
lightllm/common/basemodel/basemodel.py
@@ -98,8 +98,7 @@ def _init_config(self):
98
repair_config(self.config, same_names=["num_hidden_layers", "n_layer"])
99
if self.finetune_config:
100
self.config["vocab_size"] = self.finetune_config.vocab_size
101
- # self.config["n_layer"] = 5
102
- # self.config["num_hidden_layers"] = 5
+
103
return
104
105
@final
0 commit comments