rm duplicate case

This commit is contained in:
suluyan
2025-05-30 20:38:24 +08:00
parent d9b57ef230
commit 153e6288af

View File

@@ -122,9 +122,6 @@ class TestToOllama(unittest.TestCase):
@unittest.skipUnless(test_level() >= 0, 'skip test in current test level') @unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
def test_check_template_type(self): def test_check_template_type(self):
_test_check_tmpl_type(
'AI-ModelScope/DeepSeek-Coder-V2-Lite-Instruct-GGUF',
'deepseek-coder-v2')
_test_check_tmpl_type( _test_check_tmpl_type(
'unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF', 'unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF',
'deepseek-r1', 'deepseek-r1',