Update deepseekr1-dynamic.md

This commit is contained in:
Timothy Jaeryang Baek 2025-01-31 01:50:18 -08:00
parent 1461c0990a
commit 5829859e1e

View File

@ -100,7 +100,7 @@ Heres the command to start the server:
- **`--n-gpu-layers`:** Set the number of layers you want to offload to your GPU for faster inference. The exact number depends on your GPUs memory capacity — reference Unsloths table for specific recommendations.
:::
For example, if your model was downloaded to `/Users/tim/Documents/workspace` and you have an RTX 4090 GPU with 24GB VRAM, your command would look like this:
For example, if your model was downloaded to `/Users/tim/Documents/workspace`, your command would look like this:
```bash
./llama-server \
--model /Users/tim/Documents/workspace/DeepSeek-R1-GGUF/DeepSeek-R1-UD-IQ1_S/DeepSeek-R1-UD-IQ1_S-00001-of-00003.gguf \