Skip to content

Commit

Permalink
Fix AttributeError: 'GPT2Config'
Browse files Browse the repository at this point in the history
'GPT2Config' object has no attribute 'output_past'
  • Loading branch information
yunho0130 committed May 9, 2020
1 parent ad7a88f commit f867878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gluonnlp >= 0.8.3
mxnet
sentencepiece >= 0.1.6
torch >= 1.4.0
transformers >= 2.4.1
transformers == 2.4.1

0 comments on commit f867878

Please sign in to comment.