8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5423d04 commit e00beb1Copy full SHA for e00beb1
README.md
@@ -23,6 +23,12 @@ Install from PyPI:
23
pip install llama-cpp-python
24
```
25
26
+The above command will attempt to install the package and build build `llama.cpp` from source.
27
+This is the recommended installation method as it ensures that `llama.cpp` is built with the available optimizations for your system.
28
+
29
+This method defaults to using `make` to build `llama.cpp` on Linux / MacOS and `cmake` on Windows.
30
+You can force the use of `cmake` on Linux / MacOS setting the `FORCE_CMAKE=1` environment variable before installing.
31
32
## High-level API
33
34
```python
0 commit comments