Skip to content

Commit 4577968

Browse files
committed
release
1 parent 4271e3d commit 4577968

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="flash_attention_2",
116+
attn_implementation="eager",
117117
)
118118

119119
config_for_token_classification = copy.deepcopy(config)

0 commit comments

Comments
 (0)