Commit 04d2006f authored by thomwolf's avatar thomwolf
Browse files

skip transfo-xl tokenizer tests with tf for now

parent 7f6a0c0d
......@@ -22,6 +22,7 @@ from io import open
from pytorch_transformers import is_torch_available
try:
import torch
from pytorch_transformers.tokenization_transfo_xl import TransfoXLTokenizer, VOCAB_FILES_NAMES
except ImportError:
pytestmark = pytest.mark.skip("Require Torch") # TODO: untangle Transfo-XL tokenizer from torch.load and torch.save
......
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