We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71941e1 commit c27afecCopy full SHA for c27afec
lightllm/common/basemodel/basemodel.py
@@ -99,8 +99,7 @@ def _init_config(self):
99
repair_config(self.config, same_names=["num_hidden_layers", "n_layer"])
100
if self.finetune_config:
101
self.config["vocab_size"] = self.finetune_config.vocab_size
102
- # self.config["num_hidden_layers"] = 4
103
- # self.config["n_layer"] = 4
+
104
return
105
106
@final
0 commit comments