Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwolf committed Sep 6, 2019
1 parent 5ac8b62 commit ee027c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pytorch_transformers import (
AutoTokenizer, AutoConfig, AutoModel, AutoModelWithLMHead, AutoModelForSequenceClassification, AutoModelForQuestionAnswering
)
from pytorch_transformers.modeling_utils import add_start_docstrings
from pytorch_transformers.file_utils import add_start_docstrings

dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex', 'sentencepiece', 'sacremoses']

Expand Down

0 comments on commit ee027c8

Please sign in to comment.