mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
add marco o1
This commit is contained in:
@@ -771,6 +771,10 @@ template_info = [
|
||||
template_regex=f'.*{cases("paraphrase-multilingual")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/paraphrase-multilingual'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("marco")}.*{cases("o1")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/marco-o1'),
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -298,6 +298,7 @@ class TestToOllama(unittest.TestCase):
|
||||
_test_check_tmpl_type(
|
||||
'Ceceliachenen/paraphrase-multilingual-MiniLM-L12-v2',
|
||||
'paraphrase-multilingual')
|
||||
_test_check_tmpl_type('bartowski/Marco-o1-GGUF', 'marco-o1')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user