Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(encoder): use offline model in ci-base for pytorch transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoonliukai committed Aug 13, 2019
1 parent 5fedf6d commit c9e9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def line2pb_doc(line: str, doc_id: int = 0, deliminator: str = r'[.。!?!?]+
'MOBILENET_MODEL': '/',
'FASTERRCNN_MODEL': '/',
'GNES_PROFILING': '',
'TORCH_TRANSFORMERS_MODEL': 'bert-base-uncased',
'TORCH_TRANSFORMERS_MODEL': '/torch_transformer'
},
'idc-165': {
'BERT_CI_PORT': 7125,
Expand Down

0 comments on commit c9e9272

Please sign in to comment.