Skip to content

Update README.md to fix pip install llama cpp server - #1187

Merged
abetlen merged 2 commits into
abetlen:mainfrom
audip:patch-1
Feb 23, 2024
Merged

Update README.md to fix pip install llama cpp server#1187
abetlen merged 2 commits into
abetlen:mainfrom
audip:patch-1

Conversation

@audip

@audip audip commented Feb 14, 2024

Copy link
Copy Markdown
Contributor

Without the single quotes, when running the command, an error is printed saying no matching packages found on pypi. Adding the quotes fixes it

$ pip install llama-cpp-python[server]
zsh: no matches found: llama-cpp-python[server]

Fix found the llama.cpp repo in comments is to use this command pip install 'llama-cpp-python[server]'

audip and others added 2 commits February 15, 2024 00:48
Without the single quotes, when running the command, an error is printed saying no matching packages found on pypi. Adding the quotes fixes it

```bash
$ pip install llama-cpp-python[server]
zsh: no matches found: llama-cpp-python[server]
```
@abetlen
abetlen merged commit 52d9d70 into abetlen:main Feb 23, 2024
@audip
audip deleted the patch-1 branch February 23, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants