mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
feat: llama3.3
This commit is contained in:
@@ -53,6 +53,12 @@ def no_multi_modal():
|
||||
template_info = [
|
||||
# llama
|
||||
## "llama3"
|
||||
TemplateInfo(
|
||||
template_regex=
|
||||
f'.*{cases("llama3.3", "llama-3.3")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/llama3.3',
|
||||
),
|
||||
TemplateInfo(
|
||||
template_regex=
|
||||
f'.*{cases("llama3.2", "llama-3.2")}.*{cases("vision")}.*',
|
||||
|
||||
@@ -300,6 +300,8 @@ class TestToOllama(unittest.TestCase):
|
||||
'paraphrase-multilingual')
|
||||
_test_check_tmpl_type('bartowski/Marco-o1-GGUF', 'marco-o1')
|
||||
_test_check_tmpl_type('Qwen/QwQ-32B-Preview', 'qwq')
|
||||
_test_check_tmpl_type('LLM-Research/Llama-3.3-70B-Instruct',
|
||||
'llama3.3')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user