Skip to content

Commit ef129b9

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 4 ./fern/docs/pages/installation/installation.mdx", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent cbdf3a1 commit ef129b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/installation/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You'll need to have a valid C++ compiler like gcc installed. See [Troubleshootin
274274
You will need to build [llama.cpp](https://github.com/ggerganov/llama.cpp) with metal support.
275275

276276
To do that, you need to install `llama.cpp` python's binding `llama-cpp-python` through pip, with the compilation flag
277-
that activate `METAL`: you have to pass `-DLLAMA_METAL=on` to the CMake command tha `pip` runs for you (see below).
277+
that activate `METAL`: you have to pass `-DLLAMA_METAL=on` to the CMake command that `pip` runs for you (see below).
278278

279279
In other words, one should simply run:
280280
```bash

0 commit comments

Comments
 (0)