8000 fix(docs): Update README.md typo (#1589) · CISC/llama-cpp-python@797f54c · GitHub
[go: up one dir, main page]

Skip to content

Commit 797f54c

Browse files
authored
fix(docs): Update README.md typo (abetlen#1589)
Missing ll
1 parent 66d5cdd commit 797f54c

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
@@ -755,7 +755,7 @@ pip install -e .[all]
755755
make clean
756756
```
757757

758-
You can also test out specific commits of `lama.cpp` by checking out the desired commit in the `vendor/llama.cpp` submodule and then running `make clean` and `pip install -e .` again. Any changes in the `llama.h` API will require
758+
You can also test out specific commits of `llama.cpp` by checking out the desired commit in the `vendor/llama.cpp` submodule and then running `make clean` and `pip install -e .` again. Any changes in the `llama.h` API will require
759759
changes to the `llama_cpp/llama_cpp.py` file to match the new API (additional changes may be required elsewhere).
760760

761761
## FAQ

0 commit comments

Comments
 (0)
0