Skip to content

Commit 4c6d812

Browse files
nits
1 parent 2ee8e07 commit 4c6d812

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/install-guides/litespark-inference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ layout: installtoolsall
3838

3939
[Litespark-Inference](https://github.com/Mindbeam-AI/Litespark-Inference)
4040
is an open-source CPU inference runtime for
41-
[BitNet b1.58](https://arxiv.org/abs/2402.17764) ternary-weight LLMs.
41+
[BitNet b1.58](https://arxiv.org/abs/2402.17764) ternary-weight Large Language Models (LLMs).
4242

4343
A single `pip install` reads your CPU's feature flags and compiles the
4444
right C++ kernel for it using Neon and SDOT on Arm. This saves you from needing to manually pick the right C++ kernel for best performance.
@@ -55,7 +55,7 @@ Before installing Litespark-Inference, make sure your local machine has the foll
5555

5656
To check the Python version on your machine, run `python3 --version`.
5757

58-
The first run downloads BitNet-2B model from Hugging Face.
58+
The first run downloads the BitNet-2B model from Hugging Face.
5959

6060
Install Litespark-Inference into a clean virtual environment so the
6161
install doesn't conflict with anything else on your machine.
@@ -168,7 +168,7 @@ litespark_inference.torchless
168168
If you see `OpenMP : False`, the build didn't find Homebrew's `libomp`. The
169169
most common cause is that Homebrew is installed under `/opt/homebrew`, which is the
170170
Apple silicon default, but `pip install` ran in an environment that
171-
hides it.
171+
hides the directory.
172172

173173
To fix this, re-run `pip install litespark-inference` from a normal
174174
shell.

0 commit comments

Comments
 (0)