Skip to content

Commit

Permalink
How to install a wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 22, 2023
1 parent 88135ef commit ee6284c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ If you have a C compiler available on your system you can install that like so:
```bash
llm install llama-cpp-python
```
You could also try installing one of the wheels made available in their [latest release](https://github.com/abetlen/llama-cpp-python/releases/latest) on GitHub. Find the URL to the wheel for your platform, if one exists, and run:
```bash
llm install https://...
```

## Adding models

Expand Down

0 comments on commit ee6284c

Please sign in to comment.