Skip to content

Commit 64f4055

Browse files
Minor change
1 parent 3d40b63 commit 64f4055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/learning-paths/servers-and-cloud-computing/deepseek-cpu/deepseek-chatbot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Run the pre-quantized DeepSeek-R1 model exactly as the weights were downloaded f
165165

166166
This command will use the downloaded model (`-m` flag), disable conversation mode explicitly (`-no-cnv` flag), adjust the randomness of the generated text (`--temp` flag), with the specified prompt (`-p` flag), and target a 512 token completion (`-n` flag), using 64 threads (`-t` flag).
167167

168-
You might notice there are many gguf files downloaded. Llama.cpp can load all series of files by passing the first one with `-m` flag.
168+
You might notice there are many gguf files. Llama.cpp can load all series of files by passing the first one with `-m` flag.
169169

170170
## Analyze the output and performance statistics
171171

0 commit comments

Comments
 (0)