"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "c6f682c1eb82737d53e599e36c42969900517e87"
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
from pytorch_transformers import BertConfig, is_tf_available
if is_tf_available():
if False and is_tf_available():
import tensorflow as tf
from pytorch_transformers.modeling_tf_bert import (TFBertModel, TFBertForMaskedLM,
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