|
90 | 90 | 'qwen 1.5 110b 相较于以往版本,模型与人类偏好的对齐程度以及多语言处理能力上有显著增强。所有规模的模型都支持32768个tokens的上下文长度。1100亿参数。', |
91 | 91 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
92 | 92 | ModelInfo( |
93 | | - 'qwen2-72b-instruct', |
| 93 | + 'qwen2:72b-instruct', |
94 | 94 | '', |
95 | 95 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
96 | 96 | ModelInfo( |
97 | | - 'qwen2-57b-a14b-instruct', |
| 97 | + 'qwen2:57b-a14b-instruct', |
98 | 98 | '', |
99 | 99 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
100 | 100 | ModelInfo( |
101 | | - 'qwen2-7b-instruct', |
| 101 | + 'qwen2:7b-instruct', |
102 | 102 | '', |
103 | 103 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
104 | 104 | ModelInfo( |
105 | | - 'qwen2.5-72b-instruct', |
| 105 | + 'qwen2.5:72b-instruct', |
106 | 106 | '', |
107 | 107 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
108 | 108 | ModelInfo( |
109 | | - 'qwen2.5-32b-instruct', |
| 109 | + 'qwen2.5:32b-instruct', |
110 | 110 | '', |
111 | 111 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
112 | 112 | ModelInfo( |
113 | | - 'qwen2.5-14b-instruct', |
| 113 | + 'qwen2.5:14b-instruct', |
114 | 114 | '', |
115 | 115 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
116 | 116 | ModelInfo( |
117 | | - 'qwen2.5-7b-instruct', |
| 117 | + 'qwen2.5:7b-instruct', |
118 | 118 | '', |
119 | 119 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
120 | 120 | ModelInfo( |
121 | | - 'qwen2.5-1.5b-instruct', |
| 121 | + 'qwen2.5:1.5b-instruct', |
122 | 122 | '', |
123 | 123 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
124 | 124 | ModelInfo( |
125 | | - 'qwen2.5-0.5b-instruct', |
| 125 | + 'qwen2.5:0.5b-instruct', |
126 | 126 | '', |
127 | 127 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
128 | 128 | ModelInfo( |
129 | | - 'qwen2.5-3b-instruct', |
| 129 | + 'qwen2.5:3b-instruct', |
130 | 130 | '', |
131 | 131 | ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel), |
132 | 132 | ModelInfo( |
|
0 commit comments