Update default to ipex-llm v2.2.0 (guide for v2.3.0-nightly in docs)

This commit is contained in:
Adam Gibson
2025-04-16 21:25:38 +08:00
parent 6964b45417
commit 504a1d388f
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ Then launch your web browser to http://localhost:3000 to launch the web ui. Cre
## Update to the latest IPEX-LLM Portable Zip Version
To update to the latest portable zip version of IPEX-LLM's Ollama, update the compose file with the build arguments shown below, using the latest `ollama-*.tgz` release from https://github.com/intel/ipex-llm/releases/tag/v2.2.0-nightly , then rebuild the image.
To update to the latest portable zip version of IPEX-LLM's Ollama, update the compose file with the build arguments shown below, using the latest `ollama-*.tgz` release from https://github.com/intel/ipex-llm/releases/tag/v2.3.0-nightly , then rebuild the image.
```yaml
ollama-intel-gpu:
@@ -40,8 +40,8 @@ ollama-intel-gpu:
dockerfile: Dockerfile
args:
IPEXLLM_RELEASE_REPO: intel/ipex-llm
IPEXLLM_RELEASE_VERSON: v2.2.0-nightly
IPEXLLM_PORTABLE_ZIP_FILENAME: ollama-ipex-llm-2.2.0b20250313-ubuntu.tgz
IPEXLLM_RELEASE_VERSON: v2.3.0-nightly
IPEXLLM_PORTABLE_ZIP_FILENAME: ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz
```
# References