mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 20:49:37 +01:00
skip tests/trainers/test_dialog_intent_trainer.py for list model file 500 error
This commit is contained in:
@@ -27,7 +27,7 @@ class TestDialogIntentTrainer(unittest.TestCase):
|
||||
shutil.rmtree(self.save_dir)
|
||||
super().tearDown()
|
||||
|
||||
@unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
|
||||
@unittest.skipUnless(test_level() >= 1, 'skip test in current test level')
|
||||
def test_trainer_with_model_and_args(self):
|
||||
model_id = 'damo/nlp_space_pretrained-dialog-model'
|
||||
data_banking = MsDataset.load('banking77')
|
||||
|
||||
Reference in New Issue
Block a user