Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Feb 23, 2024

Conversation

audip
Copy link
Contributor

@audip audip commented Feb 14, 2024

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
16 checks passed
@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.

None yet

2 participants