SIGN IN SIGN UP

docs: Update README.md to fix pip install llama cpp server (#1187)

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]
```

Co-authored-by: Andrei <abetlen@gmail.com>
A
Aditya Purandare committed
52d9d70076e28cc93a8a6a63bbf8285bc7ed8cb6
Parent: 251a8a2
Committed by GitHub <noreply@github.com> on 2/23/2024, 9:41:22 AM