Skip to content

Commit

Permalink
rm print (#3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongenlei authored Nov 28, 2022
1 parent cdb3009 commit 6f93f95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddlenlp/transformers/configuration_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def from_pretrained(cls, pretrained_model_name_or_path: Union[str,
assert config.output_attentions == True
assert unused_kwargs == {"foo": False}
```"""
print(kwargs)
config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path,
**kwargs)

Expand Down

0 comments on commit 6f93f95

Please sign in to comment.