"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "fc8a93507c365580b27612089bca59d18b66e053"
Unverified Commit eb2e006b authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Skip test while the model is not available (#12740)

parent 8c7bd1b9
......@@ -31,6 +31,7 @@ if is_torch_available():
@require_tokenizers
class MegatronGPT2IntegrationTest(unittest.TestCase):
@slow
@unittest.skip("Model is not available.")
def test_inference_no_head(self):
directory = "nvidia/megatron-gpt2-345m/"
if "MYDIR" in os.environ:
......
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