From 83bd9cb6814a3197454e462f5b0e52f03afcb4ce Mon Sep 17 00:00:00 2001 From: Ruonan Wang Date: Tue, 28 May 2024 07:29:34 +0000 Subject: [PATCH] add new version for cpp quickstart and keep an old version (#11151) * add new version * meet review --- .../source/doc/LLM/Quickstart/llama_cpp_quickstart.md | 4 +++- .../source/doc/LLM/Quickstart/ollama_quickstart.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/source/doc/LLM/Quickstart/llama_cpp_quickstart.md b/docs/readthedocs/source/doc/LLM/Quickstart/llama_cpp_quickstart.md index c299b158..39d60e66 100644 --- a/docs/readthedocs/source/doc/LLM/Quickstart/llama_cpp_quickstart.md +++ b/docs/readthedocs/source/doc/LLM/Quickstart/llama_cpp_quickstart.md @@ -9,7 +9,9 @@ See the demo of running LLaMA2-7B on Intel Arc GPU below. ```eval_rst .. note:: - Our current version is consistent with `c780e75 `_ of llama.cpp. + `ipex-llm[cpp]==2.5.0b20240527` is consistent with `c780e75 `_ of llama.cpp. + + Our current version is consistent with `62bfef5 `_ of llama.cpp. ``` ## Quick Start diff --git a/docs/readthedocs/source/doc/LLM/Quickstart/ollama_quickstart.md b/docs/readthedocs/source/doc/LLM/Quickstart/ollama_quickstart.md index b5c21e3a..5e602691 100644 --- a/docs/readthedocs/source/doc/LLM/Quickstart/ollama_quickstart.md +++ b/docs/readthedocs/source/doc/LLM/Quickstart/ollama_quickstart.md @@ -9,7 +9,9 @@ See the demo of running LLaMA2-7B on Intel Arc GPU below. ```eval_rst .. note:: - Our current version is consistent with `v0.1.34 `_ of ollama. + `ipex-llm[cpp]==2.5.0b20240527` is consistent with `v0.1.34 `_ of ollama. + + Our current version is consistent with `v0.1.39 `_ of ollama. ``` ## Quickstart