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