Skip test while the model is not available (#12739)
This commit is contained in:
@@ -356,6 +356,7 @@ TOLERANCE = 1e-4
|
|||||||
@require_tokenizers
|
@require_tokenizers
|
||||||
class MegatronBertModelIntegrationTests(unittest.TestCase):
|
class MegatronBertModelIntegrationTests(unittest.TestCase):
|
||||||
@slow
|
@slow
|
||||||
|
@unittest.skip("Model is not available.")
|
||||||
def test_inference_no_head(self):
|
def test_inference_no_head(self):
|
||||||
directory = "nvidia/megatron-bert-uncased-345m"
|
directory = "nvidia/megatron-bert-uncased-345m"
|
||||||
if "MYDIR" in os.environ:
|
if "MYDIR" in os.environ:
|
||||||
|
|||||||
Reference in New Issue
Block a user