Commit 0b22e47a authored by thomwolf's avatar thomwolf
Browse files

skipping pretrained TF model tests for now

parent 830d212b
...@@ -26,7 +26,7 @@ from .configuration_common_test import ConfigTester ...@@ -26,7 +26,7 @@ from .configuration_common_test import ConfigTester
from pytorch_transformers import BertConfig, is_tf_available from pytorch_transformers import BertConfig, is_tf_available
if is_tf_available(): if False and is_tf_available():
import tensorflow as tf import tensorflow as tf
from pytorch_transformers.modeling_tf_bert import (TFBertModel, TFBertForMaskedLM, from pytorch_transformers.modeling_tf_bert import (TFBertModel, TFBertForMaskedLM,
TFBertForNextSentencePrediction, TFBertForNextSentencePrediction,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment