Skip to content

Commit d880b1d

Browse files
committed
feat: add QwQ 32B to recommended models
1 parent 6f043ec commit d880b1d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/cli/recommendedModels.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,20 @@ export const recommendedModels: ModelRecommendation[] = [{
7575
"hf:mradermacher/DeepSeek-R1-Distill-Llama-70B-GGUF:Q5_K_S",
7676
"hf:mradermacher/DeepSeek-R1-Distill-Llama-70B-GGUF:Q4_K_M"
7777
]
78+
}, {
79+
name: "QwQ 32B",
80+
abilities: ["chat", "complete", "functionCalling", "reasoning"],
81+
description: "QwQ model was created by Alibaba and is using chain of though (CoT) to reason across a wide variety of topics.\n" +
82+
"It's optimized for an assistant-like chat use cases, with native support for function calling.\n" +
83+
"This model is censored, but its responses quality on many topics is extremely high.\n" +
84+
"Its performance is comparable to DeepSeek R1 671B.",
85+
86+
fileOptions: [
87+
"hf:Qwen/QwQ-32B-GGUF:Q8_0",
88+
"hf:Qwen/QwQ-32B-GGUF:Q6_K",
89+
"hf:Qwen/QwQ-32B-GGUF:Q5_K_M",
90+
"hf:Qwen/QwQ-32B-GGUF:Q4_K_M"
91+
]
7892
}, {
7993
name: "Llama 3.1 8B",
8094
abilities: ["chat", "complete", "functionCalling"],

0 commit comments

Comments
 (0)