add version for llama.cpp and ollama (#10982)
* add version for cpp * meet review
This commit is contained in:
parent
ad96f32ce0
commit
5e0872073e
2 changed files with 12 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
```eval_rst
|
||||
.. note::
|
||||
|
||||
Our current version is consistent with `c780e75 <https://github.com/ggerganov/llama.cpp/commit/c780e75305dba1f67691a8dc0e8bc8425838a452>`_ of llama.cpp.
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
This quickstart guide walks you through installing and running `llama.cpp` with `ipex-llm`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
```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
|
||||
|
||||
### 1 Install IPEX-LLM for Ollama
|
||||
|
|
|
|||
Loading…
Reference in a new issue