move dependecies list to hubconf

This commit is contained in:
VictorSanh
2019-05-31 00:36:58 -04:00
parent 19ef2b0a66
commit c8bd026ef6
3 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex', 'ftfy', 'spacy']
from hubconfs.bert_hubconf import (
bertTokenizer,
bertModel,