Update README
Browse files
README.md
CHANGED
@@ -24,6 +24,8 @@ When started, the server listens at `localhost:18888` for requests and is compat
|
|
24 |
|
25 |
To deploy the server as an online service, use `--api-keys sk-KEY1 sk-KEY2 ...` to specify allowed API keys and `--disable-log-requests --disable-log-stats --log-file openchat.log` for logging only to a file. We recommend using a [HTTPS gateway](https://fastapi.tiangolo.com/es/deployment/concepts/#security-https) in front of the server for security purposes.
|
26 |
|
|
|
|
|
27 |
<details>
|
28 |
<summary>Example request (click to expand)</summary>
|
29 |
|
|
|
24 |
|
25 |
To deploy the server as an online service, use `--api-keys sk-KEY1 sk-KEY2 ...` to specify allowed API keys and `--disable-log-requests --disable-log-stats --log-file openchat.log` for logging only to a file. We recommend using a [HTTPS gateway](https://fastapi.tiangolo.com/es/deployment/concepts/#security-https) in front of the server for security purposes.
|
26 |
|
27 |
+
*Note:* If IPv6 address errors occur, which is a [vLLM issue](https://github.com/vllm-project/vllm/issues/570), please run `export NCCL_IGNORE_DISABLED_P2P=1` before starting the server.
|
28 |
+
|
29 |
<details>
|
30 |
<summary>Example request (click to expand)</summary>
|
31 |
|