Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ base_model:
|
|
| 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)
|
| 38 |
|
|
|
|
| 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 |
+
- `cd llama.cpp && git fetch origin pull/15539/head:MASTER && git checkout MASTER && cd ..`
|
| 36 |
|
| 37 |
Utilizes Alvaro's Grok-2 HF compatible tokenizer as provided [here](https://huggingface.co/alvarobartt/grok-2-tokenizer)
|
| 38 |
|