Skip to content

Commit

Permalink
add version for llama.cpp and ollama (#10982)
Browse files Browse the repository at this point in the history
* add version for cpp

* meet review
  • Loading branch information
rnwang04 authored May 11, 2024
1 parent ad96f32 commit 5e08720
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e08720

Please sign in to comment.