update ollama-deepseek-r1-distill

This commit is contained in:
JamesFlare1212
2025-02-10 00:43:43 -05:00
parent c968a3ae00
commit 21e87884c6
6 changed files with 20 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -162,6 +162,11 @@ This can be seen in the official [chart](https://raw.githubusercontent.com/deeps
Ollama provides a convenient interface and tools for using and managing models, with the backend being llama.cpp. It supports both CPU and GPU inference optimization.
{{< gh-repo-card-container >}}
{{< gh-repo-card repo="ollama/ollama" >}}
{{< gh-repo-card repo="ggerganov/llama.cpp" >}}
{{< /gh-repo-card-container >}}
## Installation of Ollama
Follow the instructions on [Download Ollama](https://ollama.com/download) to complete the installation. My environment is as follows:
@@ -247,7 +252,13 @@ Flash Attention must be enabled. I recommend setting `OLLAMA_KV_CACHE_TYPE` to `
### Windows 11
To set environment variables on Windows 11, go to "Advanced System Settings," then choose "Environment Variables." After that, select "New" to add a new variable. Restart Ollama for changes to take effect.
To set environment variables on Windows 11, go to "Advanced System Settings," then choose "Environment Variables."
{{< image src="system-properties.avif" width="320px" caption="System Properties" >}}
After that, select "New" to add a new variable. Restart Ollama for changes to take effect.
{{< image src="environment-variables.avif" width="480px" caption="Environment Variables" >}}
### MacOS

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB