We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3a04c commit a894fc2Copy full SHA for a894fc2
1 file changed
swift/megatron/model/model_config.py
@@ -212,7 +212,6 @@ def _augment_mindspeed_defaults(self):
212
MegatronModelConfig._mindspeed_defaults_cache = defaults
213
214
for name, value in MegatronModelConfig._mindspeed_defaults_cache.items():
215
- print(f">>>>name={name}, value={value}")
216
if not hasattr(self, name):
217
setattr(self, name, value)
218
elif hasattr(self, name) and getattr(self, name) is None and value is not None:
0 commit comments