Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ base_model:
|
|
| 31 |
</div>
|
| 32 |
|
| 33 |
- Use `--jinja` for `llama.cpp`. You must use [PR 15539](https://github.com/ggml-org/llama.cpp/pull/15539). For example use the code below: <br>
|
| 34 |
-
- `git
|
| 35 |
- `git fetch origin pull/15539/head:MASTER && git checkout MASTER`
|
| 36 |
|
| 37 |
Utilizes Alvaro's Grok-2 HF compatible tokenizer as provided [here](https://huggingface.co/alvarobartt/grok-2-tokenizer)
|
|
|
|
| 31 |
</div>
|
| 32 |
|
| 33 |
- Use `--jinja` for `llama.cpp`. You must use [PR 15539](https://github.com/ggml-org/llama.cpp/pull/15539). For example use the code below: <br>
|
| 34 |
+
- `git clone https://github.com/ggml-org/llama.cpp`
|
| 35 |
- `git fetch origin pull/15539/head:MASTER && git checkout MASTER`
|
| 36 |
|
| 37 |
Utilizes Alvaro's Grok-2 HF compatible tokenizer as provided [here](https://huggingface.co/alvarobartt/grok-2-tokenizer)
|