File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11---
22title : DeepSeek R1 with function calling
3- date : 2025-02-21T15 :00:00Z
3+ date : 2025-02-21T19 :00:00Z
44lastUpdated : false
55author :
66 name : Gilad S.
@@ -90,6 +90,10 @@ Here are some recommended model URIs you can use to try out DeepSeek R1 with fun
9090| [ DeepSeek R1 Distill Qwen 14B] ( https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-14B-GGUF ) | 8.99GB | ` hf:mradermacher/DeepSeek-R1-Distill-Qwen-14B-GGUF:Q4_K_M ` |
9191| [ DeepSeek R1 Distill Qwen 32B] ( https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-32B-GGUF ) | 19.9GB | ` hf:mradermacher/DeepSeek-R1-Distill-Qwen-32B-GGUF:Q4_K_M ` |
9292
93+ > The 7B model works well with function calling in the first prompt, but tends to deteriorate in subsequent queries.
94+ > <br />
95+ > Use a larger model for better performance with multiple prompts.
96+
9397::: info TIP
9498Estimate the compatibility of a model with your machine before downloading it using the [ ` inspect estimate ` ] ( ../cli/inspect/estimate.md ) command:
9599``` shell
You can’t perform that action at this time.
0 commit comments