Update download link for Ollama portable zip QuickStart (#12821)
* Update download link for Ollama portable zip quickstart * Update based on comments
This commit is contained in:
parent
16e63cbc18
commit
f67986021c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Run Ollama Portable Zip on Intel GPU with IPEX-LLM
|
# Run Ollama Portable Zip on Intel GPU with IPEX-LLM
|
||||||
|
|
||||||
This guide demonstrates how to use [Ollama portable zip](https://github.com/intel/ipex-llm/releases/download/v2.2.0-nightly/ollama-0.5.4-ipex-llm-2.2.0b20250211.zip) to directly run Ollama on Intel GPU with `ipex-llm` (without the need of manual installations).
|
This guide demonstrates how to use [Ollama portable zip](https://github.com/intel/ipex-llm/releases/tag/v2.2.0-nightly) to directly run Ollama on Intel GPU with `ipex-llm` (without the need of manual installations).
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Currently, IPEX-LLM only provides Ollama portable zip on Windows.
|
> Currently, IPEX-LLM only provides Ollama portable zip on Windows.
|
||||||
|
|
@ -21,7 +21,7 @@ Check your GPU driver version, and update it if needed:
|
||||||
|
|
||||||
## Step 1: Download and Unzip
|
## Step 1: Download and Unzip
|
||||||
|
|
||||||
Download IPEX-LLM Ollama portable zip from the [link](https://github.com/intel/ipex-llm/releases/download/v2.2.0-nightly/ollama-0.5.4-ipex-llm-2.2.0b20250211.zip).
|
Download IPEX-LLM Ollama portable zip from the [link](https://github.com/intel/ipex-llm/releases/tag/v2.2.0-nightly).
|
||||||
|
|
||||||
Then, extract the zip file to a folder.
|
Then, extract the zip file to a folder.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue