SlyEcho commited on
Commit
20d915b
1 Parent(s): aa6fce5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -7,16 +7,8 @@ license: apache-2.0
7
  - Version: 600b token preview
8
  - Project: [OpenLLaMA: An Open Reproduction of LLaMA](https://github.com/openlm-research/open_llama)
9
  - Model: [openlm-research/open_llama_3b_600bt_preview](https://huggingface.co/openlm-research/open_llama_3b_600bt_preview)
10
- - llama.cpp: [#1588](https://github.com/ggerganov/llama.cpp/pull/1588)
11
 
12
  ## Use with llama.cpp
13
 
14
- Since it is experimental and not merged yet, you can use the PR:
15
-
16
- ```sh
17
- git clone https://github.com/ggerganov/llama.cpp
18
- cd llama.cpp
19
- curl -L https://github.com/ggerganov/llama.cpp/pull/1588.diff | git apply -
20
- make main
21
- ./main -m open-llama-3b-q4-0.bin ...
22
- ```
 
7
  - Version: 600b token preview
8
  - Project: [OpenLLaMA: An Open Reproduction of LLaMA](https://github.com/openlm-research/open_llama)
9
  - Model: [openlm-research/open_llama_3b_600bt_preview](https://huggingface.co/openlm-research/open_llama_3b_600bt_preview)
10
+ - [llama.cpp](https://github.com/ggerganov/llama.cpp): build 607(ffb06a3) or later
11
 
12
  ## Use with llama.cpp
13
 
14
+ Support is now merged to master branch.