Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

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

* Update requirements.txt
  • Loading branch information
huntzhan authored and joelgrus committed Aug 20, 2019
1 parent 18daa29 commit 7bacfad
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 7bacfad

Please sign in to comment.