Skip to content

Commit

Permalink
llm: add deepseek-r1-distill to model list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuullll committed Feb 5, 2025
1 parent fa73ce2 commit 22438db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions WebUI/src/assets/js/store/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ export type Model = {
const predefinedModels: Model[] = [
{ name: 'Qwen/Qwen2-1.5B-Instruct', type: 'llm', downloaded: false },
{ name: 'microsoft/Phi-3-mini-4k-instruct', type: 'llm', downloaded: false },
// { name: 'meta-llama/Meta-Llama-3.1-8B-Instruct', type: 'llm', downloaded: false },
{ name: 'mistralai/Mistral-7B-Instruct-v0.3', type: 'llm', downloaded: false },
// { name: 'google/gemma-7b', type: 'llm', downloaded: false },
// { name: 'THUDM/chatglm3-6b', type: 'llm', downloaded: false },
{ name: 'deepseek-ai/DeepSeek-R1-Distill-Qwen-7B', type: 'llm', downloaded: false },
{ name: 'deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B', type: 'llm', downloaded: false },
{
name: 'bartowski/Llama-3.2-3B-Instruct-GGUF/Llama-3.2-3B-Instruct-Q4_K_S.gguf',
type: 'ggufLLM',
Expand Down

0 comments on commit 22438db

Please sign in to comment.