Skip to content

Commit cea4843

Browse files
committed
Update README
1 parent 849a593 commit cea4843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ llamacpp-quantize ./models/7B/
3232
llamacpp-cli
3333
```
3434

35+
**Note that running `llamacpp-convert` requires `torch`, `sentencepiece` and `numpy` to be installed. These packages are not installed by default when your install `llamacpp`.**
36+
3537
## Command line interface
3638

3739
The package installs the command line entry point `llamacpp-cli` that points to `llamacpp/cli.py` and should provide about the same functionality as the `main` program in the original C++ repository. There is also an experimental `llamacpp-chat` that is supposed to bring up a chat interface but this is not working correctly yet.

0 commit comments

Comments
 (0)