Skip to content

Commit 558e2a0

Browse files
committed
docs: update DeepSeek
1 parent 30aa683 commit 558e2a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/blog/v3.6-deepseek-r1.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: DeepSeek R1 with function calling
3-
date: 2025-02-21T15:00:00Z
3+
date: 2025-02-21T19:00:00Z
44
lastUpdated: false
55
author:
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
9498
Estimate the compatibility of a model with your machine before downloading it using the [`inspect estimate`](../cli/inspect/estimate.md) command:
9599
```shell

0 commit comments

Comments
 (0)