add version for llama.cpp and ollama (#10982)

* add version for cpp

* meet review
This commit is contained in:
Ruonan Wang 2024-05-11 09:20:31 +08:00 committed by GitHub
parent ad96f32ce0
commit 5e0872073e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,12 @@ See the demo of running LLaMA2-7B on Intel Arc GPU below.
<video src="https://llm-assets.readthedocs.io/en/latest/_images/llama-cpp-arc.mp4" width="100%" controls></video> <video src="https://llm-assets.readthedocs.io/en/latest/_images/llama-cpp-arc.mp4" width="100%" controls></video>
```eval_rst
.. note::
Our current version is consistent with `c780e75 <https://github.com/ggerganov/llama.cpp/commit/c780e75305dba1f67691a8dc0e8bc8425838a452>`_ of llama.cpp.
```
## Quick Start ## Quick Start
This quickstart guide walks you through installing and running `llama.cpp` with `ipex-llm`. This quickstart guide walks you through installing and running `llama.cpp` with `ipex-llm`.

View file

@ -6,6 +6,12 @@ See the demo of running LLaMA2-7B on Intel Arc GPU below.
<video src="https://llm-assets.readthedocs.io/en/latest/_images/ollama-linux-arc.mp4" width="100%" controls></video> <video src="https://llm-assets.readthedocs.io/en/latest/_images/ollama-linux-arc.mp4" width="100%" controls></video>
```eval_rst
.. note::
Our current version is consistent with `v0.1.34 <https://github.com/ollama/ollama/releases/tag/v0.1.34>`_ of ollama.
```
## Quickstart ## Quickstart
### 1 Install IPEX-LLM for Ollama ### 1 Install IPEX-LLM for Ollama