Skip to content

Commit

Permalink
Adds Qwen coder models to Ollama.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingTechnology authored Dec 16, 2024
1 parent 6c499d4 commit e908361
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/llm/llms/Ollama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ class Ollama extends BaseLLM {
"llama3.2-90b": "llama3.2:90b",
"phi-2": "phi:2.7b",
"phind-codellama-34b": "phind-codellama:34b-v2",
"qwen2.5-coder-0.5b": "qwen2.5-coder:0.5b",
"qwen2.5-coder-1.5b": "qwen2.5-coder:1.5b",
"qwen2.5-coder-3b": "qwen2.5-coder:3b",
"qwen2.5-coder-7b": "qwen2.5-coder:7b",
"qwen2.5-coder-14b": "qwen2.5-coder:14b",
"qwen2.5-coder-32b": "qwen2.5-coder:32b",
"wizardcoder-7b": "wizardcoder:7b-python",
"wizardcoder-13b": "wizardcoder:13b-python",
"wizardcoder-34b": "wizardcoder:34b-python",
Expand Down

0 comments on commit e908361

Please sign in to comment.