Skip to content

Commit 6f93f95

Browse files
author
gongenlei
authored
rm print (#3929)
1 parent cdb3009 commit 6f93f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddlenlp/transformers/configuration_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ def from_pretrained(cls, pretrained_model_name_or_path: Union[str,
669669
assert config.output_attentions == True
670670
assert unused_kwargs == {"foo": False}
671671
```"""
672-
print(kwargs)
673672
config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path,
674673
**kwargs)
675674

0 commit comments

Comments
 (0)