Skip to content

Commit d3c40b9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d7a03bf commit d3c40b9

File tree

1 file changed

+1
-1
lines changed
  • tests/kit/model_zoo/transformers

1 file changed

+1
-1
lines changed

tests/kit/model_zoo/transformers/gpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def date_gen_for_double_heads():
113113
problem_type="single_label_classification",
114114
pad_token_id=1022,
115115
tie_word_embeddings=True,
116-
attn_implementation="eager"
116+
attn_implementation="eager",
117117
)
118118

119119
config_for_token_classification = copy.deepcopy(config)

0 commit comments

Comments
 (0)