Skip to content

Commit

Permalink
Set pytorch-transformer to 1.1.0 (allenai#3171)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update requirements.txt
  • Loading branch information
huntzhan authored and reiyw committed Nov 12, 2019
1 parent 2afeb35 commit d1c03cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ word2number>=1.1

# To use the BERT model
pytorch-pretrained-bert>=0.6.0
git+git://github.com/huggingface/pytorch-transformers.git@a7b4cfe9194bf93c7044a42c9f1281260ce6279e
pytorch-transformers==1.1.0

# For caching processed data
jsonpickle
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
'sqlparse>=0.2.4',
'word2number>=1.1',
'pytorch-pretrained-bert>=0.6.0',
'pytorch-transformers @ https://api.github.com/repos/huggingface/pytorch-transformers/tarball/a7b4cfe9194bf93c7044a42c9f1281260ce6279e',
'pytorch-transformers==1.1.0',
'jsonpickle',
],
entry_points={
Expand Down

0 comments on commit d1c03cb

Please sign in to comment.