Skip to content

Commit 67d2554

Browse files
rhatdancursoragent
andcommitted
Add popular Hugging Face and Ollama shortname mappings
Map trending Ollama library models and recent HF GGUF releases to shortnames, including DeepSeek V3/V4, GLM 4.7/5, Ministral 3, Qwen3 variants, Llama 4, and Granite 4.1. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
1 parent cb7f93e commit 67d2554

1 file changed

Lines changed: 111 additions & 50 deletions

File tree

shortnames/shortnames.conf

Lines changed: 111 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,126 @@
11
# shortnames.conf - Model Shortname Mappings
22
#
33
# This file provides shortnames for popular models in GGUF format.
4-
#
4+
#
55
# IMPORTANT LIMITATIONS:
66
# - These mappings are ONLY compatible with llama.cpp/GGUF runtime
77
# - Shortnames do not imply endorsement, validation, or quality guarantees
88
# - Users should review model documentation on Hugging Face before use
99
# - Models may have specific requirements (temperature, context length, etc.)
1010
#
1111
# 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
1514
# - 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
1724
#
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
2326
#
2427
[shortnames]
2528
"cerebrum" = "hf://bartowski/Cerebrum-1.0-7b-GGUF"
2629
"codellama" = "hf://TheBloke/CodeLlama-7B-Instruct-GGUF"
2730
"codellama:7b" = "hf://TheBloke/CodeLlama-7B-Instruct-GGUF"
2831
"codellama:13b" = "hf://TheBloke/CodeLlama-13B-Instruct-GGUF"
2932
"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"
3035
"deepseek" = "hf://bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF"
3136
"deepseek-coder" = "hf://TheBloke/deepseek-coder-6.7b-instruct-GGUF"
3237
"deepseek-coder:6.7b" = "hf://TheBloke/deepseek-coder-6.7b-instruct-GGUF"
3338
"deepseek-coder:33b" = "hf://TheBloke/deepseek-coder-33b-instruct-GGUF"
3439
"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"
3646
"devstral" = "hf://bartowski/mistralai_Devstral-Small-2-24B-Instruct-2512-GGUF"
3747
"devstral:24b" = "hf://bartowski/mistralai_Devstral-Small-2-24B-Instruct-2512-GGUF"
3848
"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"
3953
"dragon" = "hf://llmware/dragon-mistral-7b-v0"
4054
"embeddinggemma" = "hf://ggml-org/embeddinggemma-300M-GGUF"
4155
"falcon3" = "hf://tiiuae/Falcon3-10B-Instruct-GGUF"
4256
"falcon3:10b" = "hf://tiiuae/Falcon3-10B-Instruct-GGUF"
4357
"falcon3-moe:2x7b" = "hf://mradermacher/Falcon3-MoE-2x7B-Insruct-GGUF"
4458
"flan-t5-large" = "hf://Felladrin/gguf-flan-t5-large"
59+
"gemma" = "hf://bartowski/google_gemma-4-E4B-it-GGUF"
4560
"gemma-4" = "hf://bartowski/google_gemma-4-E4B-it-GGUF"
4661
"gemma-4:e2b" = "hf://bartowski/google_gemma-4-E2B-it-GGUF"
4762
"gemma-4:e4b" = "hf://bartowski/google_gemma-4-E4B-it-GGUF"
63+
"gemma-4:12b" = "hf://bartowski/gemma-4-12B-it-GGUF"
4864
"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"
5066
"gemma2" = "hf://bartowski/gemma-2-9b-it-GGUF"
5167
"gemma2:2b" = "hf://bartowski/gemma-2-2b-it-GGUF"
5268
"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"
6581
"gemma4" = "hf://bartowski/google_gemma-4-E4B-it-GGUF"
6682
"gemma4:e2b" = "hf://bartowski/google_gemma-4-E2B-it-GGUF"
6783
"gemma4:e4b" = "hf://bartowski/google_gemma-4-E4B-it-GGUF"
84+
"gemma4:12b" = "hf://bartowski/gemma-4-12B-it-GGUF"
6885
"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"
7289
"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"
7394
"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"
7899
"granite:2b" = "hf://bartowski/ibm-granite_granite-3.3-2b-instruct-GGUF"
79100
"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"
81102
"granite-be-3.0:1b" = "hf://taronaeo/Granite-3.0-1B-A400M-Instruct-BE-GGUF"
82103
"granite-be-3.3:2b" = "hf://taronaeo/Granite-3.3-2B-Instruct-BE-GGUF"
83104
"granite-lab:7b" = "hf://instructlab/granite-7b-lab-GGUF"
84105
"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"
86111
"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"
88113
"ibm/granite:2b" = "hf://bartowski/ibm-granite_granite-3.3-2b-instruct-GGUF"
89114
"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"
91116
"internlm2.5" = "hf://bartowski/internlm2_5-20b-chat-GGUF"
92117
"internlm2.5:20b" = "hf://bartowski/internlm2_5-20b-chat-GGUF"
93118
"kimi-k2" = "hf://bartowski/moonshotai_Kimi-K2-Instruct-0905-GGUF"
119+
"kimi-k2-thinking" = "hf://bartowski/moonshotai_Kimi-K2-Thinking-GGUF"
94120
"kimi-k2.5" = "hf://bartowski/moonshotai_Kimi-K2.5-GGUF"
95121
"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"
96124
"llama2" = "hf://TheBloke/Llama-2-7B-Chat-GGUF"
97125
"llama2:7b" = "hf://TheBloke/Llama-2-7B-Chat-GGUF"
98126
"llama2:70b" = "hf://TheBloke/Llama-2-70B-Chat-GGUF"
@@ -106,20 +134,34 @@
106134
"llama3.2:3b" = "hf://bartowski/Llama-3.2-3B-Instruct-GGUF"
107135
"llama3.3" = "hf://bartowski/Llama-3.3-70B-Instruct-GGUF"
108136
"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"
109140
"magistral" = "hf://bartowski/mistralai_Magistral-Small-2509-GGUF"
110141
"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"
115147
"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"
116156
"mistral" = "hf://bartowski/Mistral-7B-Instruct-v0.3-GGUF"
117157
"mistral:7b" = "hf://bartowski/Mistral-7B-Instruct-v0.3-GGUF"
118158
"mistral:7b-v1" = "hf://TheBloke/Mistral-7B-Instruct-v0.1-GGUF"
119159
"mistral:7b-v2" = "hf://TheBloke/Mistral-7B-Instruct-v0.2-GGUF"
120160
"mistral:7b-v3" = "hf://bartowski/Mistral-7B-Instruct-v0.3-GGUF"
121161
"mistral-large" = "hf://bartowski/Mistral-Large-Instruct-2411-GGUF"
122162
"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"
123165
"mistral-nemo" = "hf://bartowski/Mistral-Nemo-Instruct-2407-GGUF"
124166
"mistral-small3.1" = "hf://bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF"
125167
"mistral-small3.1:24b" = "hf://bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF"
@@ -128,14 +170,18 @@
128170
"mixtao" = "hf://MaziyarPanahi/MixTAO-7Bx2-MoE-Instruct-v7.0-GGUF"
129171
"mixtral" = "hf://TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
130172
"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"
134176
"nemotron:omni-30b" = "hf://lmstudio-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF"
135177
"nemotron:49b" = "hf://bartowski/nvidia_Llama-3_3-Nemotron-Super-49B-v1-GGUF"
136178
"nemotron:51b" = "hf://bartowski/Llama-3_1-Nemotron-51B-Instruct-GGUF"
137179
"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"
139185
"olmo3" = "hf://bartowski/allenai_Olmo-3-7B-Instruct-GGUF"
140186
"olmo3:7b" = "hf://bartowski/allenai_Olmo-3-7B-Instruct-GGUF"
141187
"olmo3:32b-think" = "hf://bartowski/allenai_Olmo-3-32B-Think-GGUF"
@@ -144,12 +190,13 @@
144190
"openchat" = "hf://TheBloke/openchat-3.5-0106-GGUF"
145191
"openorca" = "hf://TheBloke/Mistral-7B-OpenOrca-GGUF"
146192
"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"
150197
"qwen-3.6" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF"
151198
"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"
153200
"qwen1.5:110b" = "hf://bartowski/Qwen1.5-110B-Chat-GGUF"
154201
"qwen2" = "hf://bartowski/Qwen2-7B-Instruct-GGUF"
155202
"qwen2:7b" = "hf://bartowski/Qwen2-7B-Instruct-GGUF"
@@ -175,29 +222,43 @@
175222
"qwen2.5vl:3b" = "hf://ggml-org/Qwen2.5-VL-3B-Instruct-GGUF"
176223
"qwen2.5vl:7b" = "hf://bartowski/Qwen_Qwen2.5-VL-7B-Instruct-GGUF"
177224
"qwen2.5vl:32b" = "hf://bartowski/Qwen_Qwen2.5-VL-32B-Instruct-GGUF"
225+
"qwen3" = "hf://bartowski/Qwen_Qwen3-8B-GGUF"
178226
"qwen3:0.6b" = "hf://bartowski/Qwen_Qwen3-0.6B-GGUF"
179227
"qwen3:1.7b" = "hf://bartowski/Qwen_Qwen3-1.7B-GGUF"
180228
"qwen3:4b" = "hf://bartowski/Qwen_Qwen3-4B-GGUF"
181229
"qwen3:8b" = "hf://bartowski/Qwen_Qwen3-8B-GGUF"
182230
"qwen3:14b" = "hf://bartowski/Qwen_Qwen3-14B-GGUF"
183231
"qwen3:30b" = "hf://bartowski/Qwen_Qwen3-30B-A3B-Instruct-2507-GGUF"
184232
"qwen3:32b" = "hf://bartowski/Qwen_Qwen3-32B-GGUF"
233+
"qwen3-coder" = "hf://unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF"
185234
"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"
187237
"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"
188240
"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"
189243
"qwen3-vl:8b" = "hf://bartowski/Qwen_Qwen3-VL-8B-Instruct-GGUF"
190244
"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"
191248
"qwen3.5:0.8b" = "hf://bartowski/Qwen_Qwen3.5-0.8B-GGUF"
192249
"qwen3.5:2b" = "hf://bartowski/Qwen_Qwen3.5-2B-GGUF"
193250
"qwen3.5:4b" = "hf://bartowski/Qwen_Qwen3.5-4B-GGUF"
194251
"qwen3.5:9b" = "hf://bartowski/Qwen_Qwen3.5-9B-GGUF"
195252
"qwen3.5:27b" = "hf://bartowski/Qwen_Qwen3.5-27B-GGUF"
196253
"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"
197256
"qwen3.6" = "hf://bartowski/Qwen_Qwen3.6-27B-GGUF"
198257
"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"
201262
"smollm2" = "hf://bartowski/SmolLM2-1.7B-Instruct-GGUF"
202263
"smollm2:360m" = "hf://bartowski/SmolLM2-360M-Instruct-GGUF"
203264
"smollm2:1.7b" = "hf://bartowski/SmolLM2-1.7B-Instruct-GGUF"

0 commit comments

Comments
 (0)