danielhanchen commited on
Commit
38f0dd1
·
verified ·
1 Parent(s): 1b35537

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 clome 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)
 
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)