|
1 | 1 | # shortnames.conf - Model Shortname Mappings |
2 | 2 | # |
3 | 3 | # This file provides shortnames for popular models in GGUF format. |
4 | | -# |
| 4 | +# |
5 | 5 | # IMPORTANT LIMITATIONS: |
6 | 6 | # - These mappings are ONLY compatible with llama.cpp/GGUF runtime |
7 | 7 | # - Shortnames do not imply endorsement, validation, or quality guarantees |
8 | 8 | # - Users should review model documentation on Hugging Face before use |
9 | 9 | # - Models may have specific requirements (temperature, context length, etc.) |
10 | 10 | # |
11 | 11 | # SELECTION CRITERIA: |
12 | | -# - [Document your criteria here: download count, recency, community adoption, etc.] |
13 | | -# - Focus on trending and actively maintained models |
14 | | -# - Popularity based on recent download metrics and community adoption |
| 12 | +# - Trending models from the Ollama library and popular Hugging Face GGUF releases |
| 13 | +# - Recent download metrics and community adoption on Hugging Face |
15 | 14 | # - Coverage of major model families (Llama, Qwen, Gemma, Mistral, etc.) |
16 | | -# - Multiple size variants provided where available (e.g., 7b, 13b, 70b) |
| 15 | +# - Multiple size variants where available (e.g., 7b, 13b, 70b) |
| 16 | +# - Do not exclude models based on parameter count or hardware requirements |
| 17 | +# - Ollama naming aliases mapped to the same target when useful (e.g. devstral-small-2:24b) |
| 18 | +# |
| 19 | +# REPOSITORY SOURCES (in priority order): |
| 20 | +# 1. bartowski quantizations when a matching GGUF repo exists; updated as llama.cpp changes |
| 21 | +# 2. Official repos (ggml-org, model creators such as ibm-granite, microsoft) when bartowski has none |
| 22 | +# 3. Other community repos (unsloth, lmstudio-community) when neither of the above exists |
| 23 | +# 4. TheBloke repos are legacy fallbacks only and may be outdated |
17 | 24 | # |
18 | | -# REPOSITORY SOURCES: |
19 | | -# - Prefer bartowski quantizations as they are updated as required when llama.cpp changes |
20 | | -# - Official repos (ggml-org, model creators) when available |
21 | | -# - Other community repos (unsloth, lmstudio-community) used when no official GGUF exists |
22 | | -# - TheBloke repos are legacy and may be outdated |
| 25 | +# Validate sort order: python3 ramalama/shortnames.py --check shortnames/shortnames.conf |
23 | 26 | # |
24 | 27 | [shortnames] |
25 | 28 | "cerebrum" = "hf://bartowski/Cerebrum-1.0-7b-GGUF" |
26 | 29 | "codellama" = "hf://TheBloke/CodeLlama-7B-Instruct-GGUF" |
27 | 30 | "codellama:7b" = "hf://TheBloke/CodeLlama-7B-Instruct-GGUF" |
28 | 31 | "codellama:13b" = "hf://TheBloke/CodeLlama-13B-Instruct-GGUF" |
29 | 32 | "codellama:34b" = "hf://TheBloke/CodeLlama-34B-Instruct-GGUF" |
| 33 | + "cogito-2.1" = "hf://unsloth/cogito-671b-v2.1-GGUF" |
| 34 | + "cogito-2.1:671b" = "hf://unsloth/cogito-671b-v2.1-GGUF" |
30 | 35 | "deepseek" = "hf://bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF" |
31 | 36 | "deepseek-coder" = "hf://TheBloke/deepseek-coder-6.7b-instruct-GGUF" |
32 | 37 | "deepseek-coder:6.7b" = "hf://TheBloke/deepseek-coder-6.7b-instruct-GGUF" |
33 | 38 | "deepseek-coder:33b" = "hf://TheBloke/deepseek-coder-33b-instruct-GGUF" |
34 | 39 | "deepseek-r1" = "hf://bartowski/DeepSeek-R1-GGUF" |
35 | | - "deepseek-v3" = "hf://unsloth/DeepSeek-V3-GGUF" |
| 40 | + "deepseek-v3" = "hf://bartowski/deepseek-ai_DeepSeek-V3-0324-GGUF" |
| 41 | + "deepseek-v3.1" = "hf://bartowski/deepseek-ai_DeepSeek-V3.1-GGUF" |
| 42 | + "deepseek-v3.1:671b" = "hf://bartowski/deepseek-ai_DeepSeek-V3.1-GGUF" |
| 43 | + "deepseek-v3.2" = "hf://unsloth/DeepSeek-V3.2-GGUF" |
| 44 | + "deepseek-v4-flash" = "hf://antirez/deepseek-v4-gguf" |
| 45 | + "deepseek-v4-pro" = "hf://teamblobfish/DeepSeek-V4-Pro-GGUF" |
36 | 46 | "devstral" = "hf://bartowski/mistralai_Devstral-Small-2-24B-Instruct-2512-GGUF" |
37 | 47 | "devstral:24b" = "hf://bartowski/mistralai_Devstral-Small-2-24B-Instruct-2512-GGUF" |
38 | 48 | "devstral:123b" = "hf://bartowski/mistralai_Devstral-2-123B-Instruct-2512-GGUF" |
| 49 | + "devstral-2" = "hf://bartowski/mistralai_Devstral-2-123B-Instruct-2512-GGUF" |
| 50 | + "devstral-2:123b" = "hf://bartowski/mistralai_Devstral-2-123B-Instruct-2512-GGUF" |
| 51 | + "devstral-small-2" = "hf://bartowski/mistralai_Devstral-Small-2-24B-Instruct-2512-GGUF" |
| 52 | + "devstral-small-2:24b" = "hf://bartowski/mistralai_Devstral-Small-2-24B-Instruct-2512-GGUF" |
39 | 53 | "dragon" = "hf://llmware/dragon-mistral-7b-v0" |
40 | 54 | "embeddinggemma" = "hf://ggml-org/embeddinggemma-300M-GGUF" |
41 | 55 | "falcon3" = "hf://tiiuae/Falcon3-10B-Instruct-GGUF" |
42 | 56 | "falcon3:10b" = "hf://tiiuae/Falcon3-10B-Instruct-GGUF" |
43 | 57 | "falcon3-moe:2x7b" = "hf://mradermacher/Falcon3-MoE-2x7B-Insruct-GGUF" |
44 | 58 | "flan-t5-large" = "hf://Felladrin/gguf-flan-t5-large" |
| 59 | + "gemma" = "hf://bartowski/google_gemma-4-E4B-it-GGUF" |
45 | 60 | "gemma-4" = "hf://bartowski/google_gemma-4-E4B-it-GGUF" |
46 | 61 | "gemma-4:e2b" = "hf://bartowski/google_gemma-4-E2B-it-GGUF" |
47 | 62 | "gemma-4:e4b" = "hf://bartowski/google_gemma-4-E4B-it-GGUF" |
| 63 | + "gemma-4:12b" = "hf://bartowski/gemma-4-12B-it-GGUF" |
48 | 64 | "gemma-4:26b" = "hf://bartowski/google_gemma-4-26B-A4B-it-GGUF" |
49 | | - "gemma-4:31b" = "hf://lmstudio-community/gemma-4-31B-it-GGUF" |
| 65 | + "gemma-4:31b" = "hf://bartowski/google_gemma-4-31B-it-GGUF" |
50 | 66 | "gemma2" = "hf://bartowski/gemma-2-9b-it-GGUF" |
51 | 67 | "gemma2:2b" = "hf://bartowski/gemma-2-2b-it-GGUF" |
52 | 68 | "gemma2:9b" = "hf://bartowski/gemma-2-9b-it-GGUF" |
53 | | - "gemma3" = "hf://ggml-org/gemma-3-4b-it-GGUF" |
54 | | - "gemma3:1b" = "hf://ggml-org/gemma-3-1b-it-GGUF" |
55 | | - "gemma3:4b" = "hf://ggml-org/gemma-3-4b-it-GGUF" |
56 | | - "gemma3:12b" = "hf://ggml-org/gemma-3-12b-it-GGUF" |
57 | | - "gemma3:27b" = "hf://ggml-org/gemma-3-27b-it-GGUF" |
58 | | - "gemma3n" = "hf://ggml-org/gemma-3n-E4B-it-GGUF" |
59 | | - "gemma3n:e2b" = "hf://ggml-org/gemma-3n-E2B-it-GGUF" |
60 | | - "gemma3n:e2b-it-f16" = "hf://ggml-org/gemma-3n-E2B-it-GGUF:F16" |
61 | | - "gemma3n:e2b-it-q8_0" = "hf://ggml-org/gemma-3n-E2B-it-GGUF:Q8_0" |
62 | | - "gemma3n:e4b" = "hf://ggml-org/gemma-3n-E4B-it-GGUF" |
63 | | - "gemma3n:e4b-it-f16" = "hf://ggml-org/gemma-3n-E4B-it-GGUF:F16" |
64 | | - "gemma3n:e4b-it-q8_0" = "hf://ggml-org/gemma-3n-E4B-it-GGUF:Q8_0" |
| 69 | + "gemma3" = "hf://bartowski/google_gemma-3-4b-it-GGUF" |
| 70 | + "gemma3:1b" = "hf://bartowski/google_gemma-3-1b-it-GGUF" |
| 71 | + "gemma3:4b" = "hf://bartowski/google_gemma-3-4b-it-GGUF" |
| 72 | + "gemma3:12b" = "hf://bartowski/google_gemma-3-12b-it-GGUF" |
| 73 | + "gemma3:27b" = "hf://bartowski/google_gemma-3-27b-it-GGUF" |
| 74 | + "gemma3n" = "hf://bartowski/google_gemma-3n-E4B-it-GGUF" |
| 75 | + "gemma3n:e2b" = "hf://bartowski/google_gemma-3n-E2B-it-GGUF" |
| 76 | + "gemma3n:e2b-it-f16" = "hf://bartowski/google_gemma-3n-E2B-it-GGUF:F16" |
| 77 | + "gemma3n:e2b-it-q8_0" = "hf://bartowski/google_gemma-3n-E2B-it-GGUF:Q8_0" |
| 78 | + "gemma3n:e4b" = "hf://bartowski/google_gemma-3n-E4B-it-GGUF" |
| 79 | + "gemma3n:e4b-it-f16" = "hf://bartowski/google_gemma-3n-E4B-it-GGUF:F16" |
| 80 | + "gemma3n:e4b-it-q8_0" = "hf://bartowski/google_gemma-3n-E4B-it-GGUF:Q8_0" |
65 | 81 | "gemma4" = "hf://bartowski/google_gemma-4-E4B-it-GGUF" |
66 | 82 | "gemma4:e2b" = "hf://bartowski/google_gemma-4-E2B-it-GGUF" |
67 | 83 | "gemma4:e4b" = "hf://bartowski/google_gemma-4-E4B-it-GGUF" |
| 84 | + "gemma4:12b" = "hf://bartowski/gemma-4-12B-it-GGUF" |
68 | 85 | "gemma4:26b" = "hf://bartowski/google_gemma-4-26B-A4B-it-GGUF" |
69 | | - "gemma4:31b" = "hf://lmstudio-community/gemma-4-31B-it-GGUF" |
70 | | - "glm-4.6" = "hf://unsloth/GLM-4.6-GGUF" |
71 | | - "glm-4.6-vl" = "hf://ggml-org/GLM-4.6V-GGUF" |
| 86 | + "gemma4:31b" = "hf://bartowski/google_gemma-4-31B-it-GGUF" |
| 87 | + "glm-4.6" = "hf://bartowski/zai-org_GLM-4.6-GGUF" |
| 88 | + "glm-4.6-vl" = "hf://bartowski/zai-org_GLM-4.6V-GGUF" |
72 | 89 | "glm-4.6v-flash" = "hf://bartowski/zai-org_GLM-4.6V-Flash-GGUF" |
| 90 | + "glm-4.7" = "hf://bartowski/zai-org_GLM-4.7-GGUF" |
| 91 | + "glm-5" = "hf://unsloth/GLM-5-GGUF" |
| 92 | + "glm-5.1" = "hf://bartowski/zai-org_GLM-5.1-GGUF" |
| 93 | + "glm-5.2" = "hf://unsloth/GLM-5.2-GGUF" |
73 | 94 | "gpt-5.1" = "openai://gpt-5.1-2025-11-13" |
74 | | - "gpt-oss" = "hf://ggml-org/gpt-oss-20b-GGUF" |
75 | | - "gpt-oss:20b" = "hf://ggml-org/gpt-oss-20b-GGUF" |
76 | | - "gpt-oss:120b" = "hf://ggml-org/gpt-oss-120b-GGUF" |
77 | | - "granite" = "hf://ibm-granite/granite-3.3-8b-instruct-GGUF" |
| 95 | + "gpt-oss" = "hf://bartowski/openai_gpt-oss-20b-GGUF" |
| 96 | + "gpt-oss:20b" = "hf://bartowski/openai_gpt-oss-20b-GGUF" |
| 97 | + "gpt-oss:120b" = "hf://bartowski/openai_gpt-oss-120b-GGUF" |
| 98 | + "granite" = "hf://bartowski/ibm-granite_granite-3.3-8b-instruct-GGUF" |
78 | 99 | "granite:2b" = "hf://bartowski/ibm-granite_granite-3.3-2b-instruct-GGUF" |
79 | 100 | "granite:7b" = "hf://instructlab/granite-7b-lab-GGUF" |
80 | | - "granite:8b" = "hf://ibm-granite/granite-3.3-8b-instruct-GGUF" |
| 101 | + "granite:8b" = "hf://bartowski/ibm-granite_granite-3.3-8b-instruct-GGUF" |
81 | 102 | "granite-be-3.0:1b" = "hf://taronaeo/Granite-3.0-1B-A400M-Instruct-BE-GGUF" |
82 | 103 | "granite-be-3.3:2b" = "hf://taronaeo/Granite-3.3-2B-Instruct-BE-GGUF" |
83 | 104 | "granite-lab:7b" = "hf://instructlab/granite-7b-lab-GGUF" |
84 | 105 | "granite-lab-7b" = "hf://instructlab/granite-7b-lab-GGUF" |
85 | | - "granite-lab-8b" = "hf://ibm-granite/granite-3.3-8b-instruct-GGUF" |
| 106 | + "granite-lab-8b" = "hf://bartowski/ibm-granite_granite-3.3-8b-instruct-GGUF" |
| 107 | + "granite4.1" = "hf://bartowski/ibm-granite_granite-4.1-8b-GGUF" |
| 108 | + "granite4.1:3b" = "hf://bartowski/ibm-granite_granite-4.1-3b-GGUF" |
| 109 | + "granite4.1:8b" = "hf://bartowski/ibm-granite_granite-4.1-8b-GGUF" |
| 110 | + "granite4.1:30b" = "hf://bartowski/ibm-granite_granite-4.1-30b-GGUF" |
86 | 111 | "hermes" = "hf://bartowski/Hermes-2-Pro-Mistral-7B-GGUF" |
87 | | - "ibm/granite" = "hf://ibm-granite/granite-3.3-8b-instruct-GGUF" |
| 112 | + "ibm/granite" = "hf://bartowski/ibm-granite_granite-3.3-8b-instruct-GGUF" |
88 | 113 | "ibm/granite:2b" = "hf://bartowski/ibm-granite_granite-3.3-2b-instruct-GGUF" |
89 | 114 | "ibm/granite:7b" = "hf://instructlab/granite-7b-lab-GGUF" |
90 | | - "ibm/granite:8b" = "hf://ibm-granite/granite-3.3-8b-instruct-GGUF" |
| 115 | + "ibm/granite:8b" = "hf://bartowski/ibm-granite_granite-3.3-8b-instruct-GGUF" |
91 | 116 | "internlm2.5" = "hf://bartowski/internlm2_5-20b-chat-GGUF" |
92 | 117 | "internlm2.5:20b" = "hf://bartowski/internlm2_5-20b-chat-GGUF" |
93 | 118 | "kimi-k2" = "hf://bartowski/moonshotai_Kimi-K2-Instruct-0905-GGUF" |
| 119 | + "kimi-k2-thinking" = "hf://bartowski/moonshotai_Kimi-K2-Thinking-GGUF" |
94 | 120 | "kimi-k2.5" = "hf://bartowski/moonshotai_Kimi-K2.5-GGUF" |
95 | 121 | "kimi-k2.6" = "hf://bartowski/moonshotai_Kimi-K2.6-GGUF" |
| 122 | + "kimi-k2.7-code" = "hf://unsloth/Kimi-K2.7-Code-GGUF" |
| 123 | + "llama" = "hf://ggml-org/Llama-4-Scout-17B-16E-Instruct-GGUF" |
96 | 124 | "llama2" = "hf://TheBloke/Llama-2-7B-Chat-GGUF" |
97 | 125 | "llama2:7b" = "hf://TheBloke/Llama-2-7B-Chat-GGUF" |
98 | 126 | "llama2:70b" = "hf://TheBloke/Llama-2-70B-Chat-GGUF" |
|
106 | 134 | "llama3.2:3b" = "hf://bartowski/Llama-3.2-3B-Instruct-GGUF" |
107 | 135 | "llama3.3" = "hf://bartowski/Llama-3.3-70B-Instruct-GGUF" |
108 | 136 | "llama3.3:70b" = "hf://bartowski/Llama-3.3-70B-Instruct-GGUF" |
| 137 | + "llama4" = "hf://ggml-org/Llama-4-Scout-17B-16E-Instruct-GGUF" |
| 138 | + "llama4:maverick" = "hf://unsloth/Llama-4-Maverick-17B-128E-Instruct-GGUF" |
| 139 | + "llama4:scout" = "hf://ggml-org/Llama-4-Scout-17B-16E-Instruct-GGUF" |
109 | 140 | "magistral" = "hf://bartowski/mistralai_Magistral-Small-2509-GGUF" |
110 | 141 | "magistral:2509" = "hf://bartowski/mistralai_Magistral-Small-2509-GGUF" |
111 | | - "merlinite" = "hf://instructlab/merlinite-7b-lab-GGUF" |
112 | | - "merlinite:7b" = "hf://instructlab/merlinite-7b-lab-GGUF" |
113 | | - "merlinite-lab:7b" = "hf://instructlab/merlinite-7b-lab-GGUF" |
114 | | - "merlinite-lab-7b" = "hf://instructlab/merlinite-7b-lab-GGUF" |
| 142 | + "magistral:24b" = "hf://bartowski/mistralai_Magistral-Small-2509-GGUF" |
| 143 | + "merlinite" = "hf://bartowski/merlinite-7b-GGUF" |
| 144 | + "merlinite:7b" = "hf://bartowski/merlinite-7b-GGUF" |
| 145 | + "merlinite-lab:7b" = "hf://bartowski/merlinite-7b-GGUF" |
| 146 | + "merlinite-lab-7b" = "hf://bartowski/merlinite-7b-GGUF" |
115 | 147 | "minimax-m2" = "hf://bartowski/MiniMaxAI_MiniMax-M2.7-GGUF" |
| 148 | + "minimax-m2.1" = "hf://bartowski/MiniMaxAI_MiniMax-M2.1-GGUF" |
| 149 | + "minimax-m2.5" = "hf://unsloth/MiniMax-M2.5-GGUF" |
| 150 | + "minimax-m2.7" = "hf://bartowski/MiniMaxAI_MiniMax-M2.7-GGUF" |
| 151 | + "minimax-m3" = "hf://unsloth/MiniMax-M3-GGUF" |
| 152 | + "ministral-3" = "hf://bartowski/mistralai_Ministral-3-8B-Instruct-2512-GGUF" |
| 153 | + "ministral-3:3b" = "hf://bartowski/mistralai_Ministral-3-3B-Instruct-2512-GGUF" |
| 154 | + "ministral-3:8b" = "hf://bartowski/mistralai_Ministral-3-8B-Instruct-2512-GGUF" |
| 155 | + "ministral-3:14b" = "hf://bartowski/mistralai_Ministral-3-14B-Instruct-2512-GGUF" |
116 | 156 | "mistral" = "hf://bartowski/Mistral-7B-Instruct-v0.3-GGUF" |
117 | 157 | "mistral:7b" = "hf://bartowski/Mistral-7B-Instruct-v0.3-GGUF" |
118 | 158 | "mistral:7b-v1" = "hf://TheBloke/Mistral-7B-Instruct-v0.1-GGUF" |
119 | 159 | "mistral:7b-v2" = "hf://TheBloke/Mistral-7B-Instruct-v0.2-GGUF" |
120 | 160 | "mistral:7b-v3" = "hf://bartowski/Mistral-7B-Instruct-v0.3-GGUF" |
121 | 161 | "mistral-large" = "hf://bartowski/Mistral-Large-Instruct-2411-GGUF" |
122 | 162 | "mistral-large:2411" = "hf://bartowski/Mistral-Large-Instruct-2411-GGUF" |
| 163 | + "mistral-large-3" = "hf://bartowski/mistralai_Mistral-Large-3-675B-Instruct-2512-GGUF" |
| 164 | + "mistral-large-3:675b" = "hf://bartowski/mistralai_Mistral-Large-3-675B-Instruct-2512-GGUF" |
123 | 165 | "mistral-nemo" = "hf://bartowski/Mistral-Nemo-Instruct-2407-GGUF" |
124 | 166 | "mistral-small3.1" = "hf://bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF" |
125 | 167 | "mistral-small3.1:24b" = "hf://bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF" |
|
128 | 170 | "mixtao" = "hf://MaziyarPanahi/MixTAO-7Bx2-MoE-Instruct-v7.0-GGUF" |
129 | 171 | "mixtral" = "hf://TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF" |
130 | 172 | "mixtral:8x7b" = "hf://TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF" |
131 | | - "nemotron" = "hf://lmstudio-community/NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF" |
132 | | - "nemotron:4b" = "hf://lmstudio-community/NVIDIA-Nemotron-3-Nano-4B-GGUF" |
133 | | - "nemotron:30b" = "hf://lmstudio-community/NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF" |
| 173 | + "nemotron" = "hf://bartowski/nvidia_Nemotron-3-Nano-30B-A3B-GGUF" |
| 174 | + "nemotron:4b" = "hf://bartowski/nvidia_Nemotron-3-Nano-4B-GGUF" |
| 175 | + "nemotron:30b" = "hf://bartowski/nvidia_Nemotron-3-Nano-30B-A3B-GGUF" |
134 | 176 | "nemotron:omni-30b" = "hf://lmstudio-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF" |
135 | 177 | "nemotron:49b" = "hf://bartowski/nvidia_Llama-3_3-Nemotron-Super-49B-v1-GGUF" |
136 | 178 | "nemotron:51b" = "hf://bartowski/Llama-3_1-Nemotron-51B-Instruct-GGUF" |
137 | 179 | "nemotron:70b" = "hf://bartowski/Llama-3.1-Nemotron-70B-Instruct-HF-GGUF" |
138 | | - "nemotron:120b" = "hf://lmstudio-community/NVIDIA-Nemotron-3-Super-120B-A12B-GGUF" |
| 180 | + "nemotron:120b" = "hf://bartowski/nvidia_Nemotron-3-Super-120B-A12B-GGUF" |
| 181 | + "nemotron-3-nano" = "hf://bartowski/nvidia_Nemotron-3-Nano-30B-A3B-GGUF" |
| 182 | + "nemotron-3-nano:30b" = "hf://bartowski/nvidia_Nemotron-3-Nano-30B-A3B-GGUF" |
| 183 | + "nemotron-3-super" = "hf://bartowski/nvidia_Nemotron-3-Super-120B-A12B-GGUF" |
| 184 | + "nemotron-3-ultra" = "hf://unsloth/NVIDIA-Nemotron-3-Ultra-550B-A55B-GGUF" |
139 | 185 | "olmo3" = "hf://bartowski/allenai_Olmo-3-7B-Instruct-GGUF" |
140 | 186 | "olmo3:7b" = "hf://bartowski/allenai_Olmo-3-7B-Instruct-GGUF" |
141 | 187 | "olmo3:32b-think" = "hf://bartowski/allenai_Olmo-3-32B-Think-GGUF" |
|
144 | 190 | "openchat" = "hf://TheBloke/openchat-3.5-0106-GGUF" |
145 | 191 | "openorca" = "hf://TheBloke/Mistral-7B-OpenOrca-GGUF" |
146 | 192 | "phi2" = "hf://MaziyarPanahi/phi-2-GGUF" |
147 | | - "phi3" = "hf://microsoft/Phi-3-mini-4k-instruct-gguf" |
148 | | - "phi3:mini" = "hf://microsoft/Phi-3-mini-4k-instruct-gguf" |
149 | | - "phi4" = "hf://microsoft/phi-4-GGUF" |
| 193 | + "phi3" = "hf://bartowski/Phi-3-mini-4k-instruct-GGUF" |
| 194 | + "phi3:mini" = "hf://bartowski/Phi-3-mini-4k-instruct-GGUF" |
| 195 | + "phi4" = "hf://bartowski/phi-4-GGUF" |
| 196 | + "qwen" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF" |
150 | 197 | "qwen-3.6" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF" |
151 | 198 | "qwen-3.6:27b" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF" |
152 | | - "qwen-3.6:35b" = "hf://lmstudio-community/Qwen3.6-35B-A3B-GGUF" |
| 199 | + "qwen-3.6:35b" = "hf://bartowski/Qwen_Qwen3.6-35B-A3B-GGUF" |
153 | 200 | "qwen1.5:110b" = "hf://bartowski/Qwen1.5-110B-Chat-GGUF" |
154 | 201 | "qwen2" = "hf://bartowski/Qwen2-7B-Instruct-GGUF" |
155 | 202 | "qwen2:7b" = "hf://bartowski/Qwen2-7B-Instruct-GGUF" |
|
175 | 222 | "qwen2.5vl:3b" = "hf://ggml-org/Qwen2.5-VL-3B-Instruct-GGUF" |
176 | 223 | "qwen2.5vl:7b" = "hf://bartowski/Qwen_Qwen2.5-VL-7B-Instruct-GGUF" |
177 | 224 | "qwen2.5vl:32b" = "hf://bartowski/Qwen_Qwen2.5-VL-32B-Instruct-GGUF" |
| 225 | + "qwen3" = "hf://bartowski/Qwen_Qwen3-8B-GGUF" |
178 | 226 | "qwen3:0.6b" = "hf://bartowski/Qwen_Qwen3-0.6B-GGUF" |
179 | 227 | "qwen3:1.7b" = "hf://bartowski/Qwen_Qwen3-1.7B-GGUF" |
180 | 228 | "qwen3:4b" = "hf://bartowski/Qwen_Qwen3-4B-GGUF" |
181 | 229 | "qwen3:8b" = "hf://bartowski/Qwen_Qwen3-8B-GGUF" |
182 | 230 | "qwen3:14b" = "hf://bartowski/Qwen_Qwen3-14B-GGUF" |
183 | 231 | "qwen3:30b" = "hf://bartowski/Qwen_Qwen3-30B-A3B-Instruct-2507-GGUF" |
184 | 232 | "qwen3:32b" = "hf://bartowski/Qwen_Qwen3-32B-GGUF" |
| 233 | + "qwen3-coder" = "hf://unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" |
185 | 234 | "qwen3-coder:30b" = "hf://unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" |
186 | | - "qwen3-coder-next" = "hf://unsloth/Qwen3-Coder-Next-GGUF" |
| 235 | + "qwen3-coder:480b" = "hf://bartowski/Qwen_Qwen3-Coder-480B-A35B-Instruct-GGUF" |
| 236 | + "qwen3-coder-next" = "hf://bartowski/Qwen_Qwen3-Coder-Next-GGUF" |
187 | 237 | "qwen3-moe:30b" = "hf://bartowski/Qwen_Qwen3-30B-A3B-Instruct-2507-GGUF" |
| 238 | + "qwen3-next" = "hf://bartowski/Qwen_Qwen3-Next-80B-A3B-Instruct-GGUF" |
| 239 | + "qwen3-next:80b" = "hf://bartowski/Qwen_Qwen3-Next-80B-A3B-Instruct-GGUF" |
188 | 240 | "qwen3-omni:30b" = "hf://ggml-org/Qwen3-Omni-30B-A3B-Instruct-GGUF" |
| 241 | + "qwen3-vl" = "hf://bartowski/Qwen_Qwen3-VL-8B-Instruct-GGUF" |
| 242 | + "qwen3-vl:2b" = "hf://bartowski/Qwen_Qwen3-VL-2B-Instruct-GGUF" |
189 | 243 | "qwen3-vl:8b" = "hf://bartowski/Qwen_Qwen3-VL-8B-Instruct-GGUF" |
190 | 244 | "qwen3-vl:30b" = "hf://bartowski/Qwen_Qwen3-VL-30B-A3B-Instruct-GGUF" |
| 245 | + "qwen3-vl:235b" = "hf://Qwen/Qwen3-VL-235B-A22B-Instruct-GGUF" |
| 246 | + "qwen3-vl:235b-instruct" = "hf://Qwen/Qwen3-VL-235B-A22B-Instruct-GGUF" |
| 247 | + "qwen3.5" = "hf://bartowski/Qwen_Qwen3.5-9B-GGUF" |
191 | 248 | "qwen3.5:0.8b" = "hf://bartowski/Qwen_Qwen3.5-0.8B-GGUF" |
192 | 249 | "qwen3.5:2b" = "hf://bartowski/Qwen_Qwen3.5-2B-GGUF" |
193 | 250 | "qwen3.5:4b" = "hf://bartowski/Qwen_Qwen3.5-4B-GGUF" |
194 | 251 | "qwen3.5:9b" = "hf://bartowski/Qwen_Qwen3.5-9B-GGUF" |
195 | 252 | "qwen3.5:27b" = "hf://bartowski/Qwen_Qwen3.5-27B-GGUF" |
196 | 253 | "qwen3.5:35b" = "hf://bartowski/Qwen_Qwen3.5-35B-A3B-GGUF" |
| 254 | + "qwen3.5:122b" = "hf://bartowski/Qwen_Qwen3.5-122B-A10B-GGUF" |
| 255 | + "qwen3.5:397b" = "hf://bartowski/Qwen_Qwen3.5-397B-A17B-GGUF" |
197 | 256 | "qwen3.6" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF" |
198 | 257 | "qwen3.6:27b" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF" |
199 | | - "qwen3.6:35b" = "hf://lmstudio-community/Qwen3.6-35B-A3B-GGUF" |
200 | | - "smollm:135m" = "hf://HuggingFaceTB/smollm-135M-instruct-v0.2-Q8_0-GGUF" |
| 258 | + "qwen3.6:35b" = "hf://bartowski/Qwen_Qwen3.6-35B-A3B-GGUF" |
| 259 | + "rnj-1" = "hf://bartowski/EssentialAI_rnj-1-instruct-GGUF" |
| 260 | + "rnj-1:8b" = "hf://bartowski/EssentialAI_rnj-1-instruct-GGUF" |
| 261 | + "smollm:135m" = "hf://bartowski/SmolLM2-135M-Instruct-GGUF" |
201 | 262 | "smollm2" = "hf://bartowski/SmolLM2-1.7B-Instruct-GGUF" |
202 | 263 | "smollm2:360m" = "hf://bartowski/SmolLM2-360M-Instruct-GGUF" |
203 | 264 | "smollm2:1.7b" = "hf://bartowski/SmolLM2-1.7B-Instruct-GGUF" |
|
0 commit comments