You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Install from PyPI (requires a c compiler):
25
25
pip install llama-cpp-python
26
26
```
27
27
28
-
The above command will attempt to install the package and build build `llama.cpp` from source.
28
+
The above command will attempt to install the package and build `llama.cpp` from source.
29
29
This is the recommended installation method as it ensures that `llama.cpp` is built with the available optimizations for your system.
30
30
31
31
If you have previously installed `llama-cpp-python` through pip and want to upgrade your version or rebuild the package with different compiler options, please add the following flags to ensure that the package is rebuilt correctly:
0 commit comments