10000 Update README.md · colosieve/llama-cpp-python@613dd70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 613dd70

Browse files
Update README.md
Fixes typo in README
1 parent ad4479e commit 613dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install from PyPI (requires a c compiler):
2525
pip install llama-cpp-python
2626
```
2727

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.
2929
This is the recommended installation method as it ensures that `llama.cpp` is built with the available optimizations for your system.
3030

3131
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

Comments
 (0)
0